inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 22497
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 338112 | 338112 | 91424 91424 | 22497 22497 |
| 338113 | 338113 | 161590 161590 | 22497 22497 |
| 338114 | 338114 | 11215 11215 | 22497 22497 |
| 338115 | 338115 | 41357 41357 | 22497 22497 |
| 338116 | 338116 | 496395 496395 | 22497 22497 |
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)
);