inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 165418
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 319452 | 319452 | 113254 113254 | 165418 165418 |
| 319453 | 319453 | 273961 273961 | 165418 165418 |
| 319454 | 319454 | 536359 536359 | 165418 165418 |
| 319455 | 319455 | 247763 247763 | 165418 165418 |
| 319456 | 319456 | 210050 210050 | 165418 165418 |
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)
);