inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 100529
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 52718 | 52718 | 482395 482395 | 100529 100529 |
| 52719 | 52719 | 460638 460638 | 100529 100529 |
| 52720 | 52720 | 496025 496025 | 100529 100529 |
| 52721 | 52721 | 68327 68327 | 100529 100529 |
| 52722 | 52722 | 370203 370203 | 100529 100529 |
| 52723 | 52723 | 417052 417052 | 100529 100529 |
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)
);