inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 22068
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 234006 | 234006 | 247539 247539 | 22068 22068 |
| 234007 | 234007 | 273406 273406 | 22068 22068 |
| 234008 | 234008 | 10973 10973 | 22068 22068 |
| 234009 | 234009 | 29621 29621 | 22068 22068 |
| 234010 | 234010 | 495813 495813 | 22068 22068 |
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)
);