inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 85875
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 419857 | 419857 | 94325 94325 | 85875 85875 |
| 419858 | 419858 | 58758 58758 | 85875 85875 |
| 419859 | 419859 | 316642 316642 | 85875 85875 |
| 419860 | 419860 | 497845 497845 | 85875 85875 |
| 419861 | 419861 | 250547 250547 | 85875 85875 |
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)
);