inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 18074
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 488609 | 488609 | 528750 528750 | 18074 18074 |
| 488610 | 488610 | 8785 8785 | 18074 18074 |
| 488611 | 488611 | 34277 34277 | 18074 18074 |
| 488612 | 488612 | 253288 253288 | 18074 18074 |
| 488613 | 488613 | 82233 82233 | 18074 18074 |
| 488614 | 488614 | 335934 335934 | 18074 18074 |
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)
);