inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 17473
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 562647 | 562647 | 252004 252004 | 17473 17473 |
| 562648 | 562648 | 8443 8443 | 17473 17473 |
| 562649 | 562649 | 56254 56254 | 17473 17473 |
| 562650 | 562650 | 490854 490854 | 17473 17473 |
| 562651 | 562651 | 281839 281839 | 17473 17473 |
| 562652 | 562652 | 33137 33137 | 17473 17473 |
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)
);