inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 404497
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 260833 | 260833 | 416989 416989 | 404497 404497 |
| 260834 | 260834 | 370142 370142 | 404497 404497 |
| 260835 | 260835 | 416991 416991 | 404497 404497 |
| 260836 | 260836 | 370141 370141 | 404497 404497 |
| 260837 | 260837 | 460592 460592 | 404497 404497 |
| 260838 | 260838 | 460593 460593 | 404497 404497 |
| 260839 | 260839 | 416990 416990 | 404497 404497 |
| 260840 | 260840 | 370140 370140 | 404497 404497 |
| 260841 | 260841 | 507564 507564 | 404497 404497 |
| 260842 | 260842 | 482379 482379 | 404497 404497 |
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)
);