inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 10314
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 121525 | 121525 | 15083 15083 | 10314 10314 |
| 121526 | 121526 | 230069 230069 | 10314 10314 |
| 121527 | 121527 | 4188 4188 | 10314 10314 |
| 121528 | 121528 | 102809 102809 | 10314 10314 |
| 121529 | 121529 | 502012 502012 | 10314 10314 |
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)
);