inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404733
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 973856 | 973856 | 371988 371988 | 404733 404733 |
| 973857 | 973857 | 482850 482850 | 404733 404733 |
| 973858 | 973858 | 509061 509061 | 404733 404733 |
| 973859 | 973859 | 419175 419175 | 404733 404733 |
| 973860 | 973860 | 461964 461964 | 404733 404733 |
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)
);