inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 14657
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 53402 | 53402 | 240883 240883 | 14657 14657 |
| 53403 | 53403 | 46690 46690 | 14657 14657 |
| 53404 | 53404 | 6788 6788 | 14657 14657 |
| 53405 | 53405 | 488447 488447 | 14657 14657 |
| 53406 | 53406 | 262655 262655 | 14657 14657 |
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)
);