inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 12051
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 806093 | 806093 | 293586 293586 | 12051 12051 |
| 806094 | 806094 | 257757 257757 | 12051 12051 |
| 806095 | 806095 | 5209 5209 | 12051 12051 |
| 806096 | 806096 | 525941 525941 | 12051 12051 |
| 806097 | 806097 | 486398 486398 | 12051 12051 |
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)
);