inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 60460
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 861140 | 861140 | 258797 258797 | 60460 60460 |
| 861141 | 861141 | 39025 39025 | 60460 60460 |
| 861142 | 861142 | 211914 211914 | 60460 60460 |
| 861143 | 861143 | 54156 54156 | 60460 60460 |
| 861144 | 861144 | 533379 533379 | 60460 60460 |
| 861145 | 861145 | 101247 101247 | 60460 60460 |
| 861146 | 861146 | 501104 501104 | 60460 60460 |
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)
);