inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16926
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 250640 | 250640 | 8142 8142 | 16926 16926 |
| 250641 | 250641 | 31251 31251 | 16926 16926 |
| 250642 | 250642 | 279956 279956 | 16926 16926 |
| 250643 | 250643 | 490350 490350 | 16926 16926 |
| 250644 | 250644 | 250979 250979 | 16926 16926 |
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)
);