inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 160667
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 291060 | 291060 | 246494 246494 | 160667 160667 |
| 291061 | 291061 | 110409 110409 | 160667 160667 |
| 291062 | 291062 | 271773 271773 | 160667 160667 |
| 291063 | 291063 | 506139 506139 | 160667 160667 |
| 291064 | 291064 | 271772 271772 | 160667 160667 |
| 291065 | 291065 | 341448 341448 | 160667 160667 |
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)
);