inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 12562
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 752774 | 752774 | 35934 35934 | 12562 12562 |
| 752775 | 752775 | 240724 240724 | 12562 12562 |
| 752776 | 752776 | 68829 68829 | 12562 12562 |
| 752777 | 752777 | 5508 5508 | 12562 12562 |
| 752778 | 752778 | 262263 262263 | 12562 12562 |
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)
);