inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 20899
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 931155 | 931155 | 269929 269929 | 20899 20899 |
| 931156 | 931156 | 10341 10341 | 20899 20899 |
| 931157 | 931157 | 40334 40334 | 20899 20899 |
| 931158 | 931158 | 62867 62867 | 20899 20899 |
| 931159 | 931159 | 245096 245096 | 20899 20899 |
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)
);