inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17699
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 702113 | 702113 | 252419 252419 | 17699 17699 |
| 702114 | 702114 | 8572 8572 | 17699 17699 |
| 702115 | 702115 | 282675 282675 | 17699 17699 |
| 702116 | 702116 | 69006 69006 | 17699 17699 |
| 702117 | 702117 | 33707 33707 | 17699 17699 |
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)
);