inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 155799
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 207253 | 207253 | 270001 270001 | 155799 155799 |
| 207254 | 207254 | 270000 270000 | 155799 155799 |
| 207255 | 207255 | 225705 225705 | 155799 155799 |
| 207256 | 207256 | 504778 504778 | 155799 155799 |
| 207257 | 207257 | 107522 107522 | 155799 155799 |
CREATE TABLE [inventory_summary] (
[inventory_id] integer,
[query_id] integer,
FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id)
);