inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405300
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 247670 | 247670 | 515178 515178 | 405300 405300 |
| 247671 | 247671 | 484169 484169 | 405300 405300 |
| 247672 | 247672 | 380754 380754 | 405300 405300 |
| 247673 | 247673 | 468607 468607 | 405300 405300 |
| 247674 | 247674 | 429299 429299 | 405300 405300 |
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)
);