inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 31978
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 212060 | 212060 | 170171 170171 | 31978 31978 |
| 212061 | 212061 | 535304 535304 | 31978 31978 |
| 212062 | 212062 | 66689 66689 | 31978 31978 |
| 212063 | 212063 | 16518 16518 | 31978 31978 |
| 212064 | 212064 | 336542 336542 | 31978 31978 |
| 212065 | 212065 | 504976 504976 | 31978 31978 |
| 212066 | 212066 | 107898 107898 | 31978 31978 |
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)
);