inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 9464
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 758500 | 758500 | 502014 502014 | 9464 9464 |
| 758501 | 758501 | 15085 15085 | 9464 9464 |
| 758502 | 758502 | 36026 36026 | 9464 9464 |
| 758503 | 758503 | 3830 3830 | 9464 9464 |
| 758504 | 758504 | 264307 264307 | 9464 9464 |
| 758505 | 758505 | 241826 241826 | 9464 9464 |
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)
);