inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 17486
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 350119 | 350119 | 490867 490867 | 17486 17486 |
| 350120 | 350120 | 32562 32562 | 17486 17486 |
| 350121 | 350121 | 8451 8451 | 17486 17486 |
| 350122 | 350122 | 54861 54861 | 17486 17486 |
| 350123 | 350123 | 281889 281889 | 17486 17486 |
| 350124 | 350124 | 252026 252026 | 17486 17486 |
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)
);