inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 80718
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 159724 | 159724 | 159468 159468 | 80718 80718 |
| 159725 | 159725 | 86777 86777 | 80718 80718 |
| 159726 | 159726 | 340014 340014 | 80718 80718 |
| 159727 | 159727 | 493990 493990 | 80718 80718 |
| 159728 | 159728 | 55227 55227 | 80718 80718 |
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)
);