inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 103715
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 793137 | 793137 | 533860 533860 | 103715 103715 |
| 793138 | 793138 | 70443 70443 | 103715 103715 |
| 793139 | 793139 | 240483 240483 | 103715 103715 |
| 793140 | 793140 | 533023 533023 | 103715 103715 |
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)
);