inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 150458
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 166574 | 166574 | 534508 534508 | 150458 150458 |
| 166575 | 166575 | 503179 503179 | 150458 150458 |
| 166576 | 166576 | 168362 168362 | 150458 150458 |
| 166577 | 166577 | 305080 305080 | 150458 150458 |
| 166578 | 166578 | 104287 104287 | 150458 150458 |
| 166579 | 166579 | 227957 227957 | 150458 150458 |
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)
);