inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 8018
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1019564 | 1019564 | 51281 51281 | 8018 8018 |
| 1019565 | 1019565 | 288501 288501 | 8018 8018 |
| 1019566 | 1019566 | 207427 207427 | 8018 8018 |
| 1019567 | 1019567 | 72815 72815 | 8018 8018 |
| 1019568 | 1019568 | 3204 3204 | 8018 8018 |
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)
);