inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16530
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 722601 | 722601 | 34207 34207 | 16530 16530 |
| 722602 | 722602 | 248818 248818 | 16530 16530 |
| 722603 | 722603 | 46346 46346 | 16530 16530 |
| 722604 | 722604 | 489803 489803 | 16530 16530 |
| 722605 | 722605 | 7925 7925 | 16530 16530 |
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)
);