inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 54329
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 226352 | 226352 | 535606 535606 | 54329 54329 |
| 226353 | 226353 | 328240 328240 | 54329 54329 |
| 226354 | 226354 | 28839 28839 | 54329 54329 |
| 226355 | 226355 | 109397 109397 | 54329 54329 |
| 226356 | 226356 | 246015 246015 | 54329 54329 |
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)
);