inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 234024
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 160084 | 160084 | 266588 266588 | 234024 234024 |
| 160085 | 160085 | 266587 266587 | 234024 234024 |
| 160086 | 160086 | 159484 159484 | 234024 234024 |
| 160087 | 160087 | 529857 529857 | 234024 234024 |
| 160088 | 160088 | 335533 335533 | 234024 234024 |
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)
);