inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 21362
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 229062 | 229062 | 88614 88614 | 21362 21362 |
| 229063 | 229063 | 10587 10587 | 21362 21362 |
| 229064 | 229064 | 224635 224635 | 21362 21362 |
| 229065 | 229065 | 495001 495001 | 21362 21362 |
| 229066 | 229066 | 160310 160310 | 21362 21362 |
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)
);