inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 161766
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 297974 | 297974 | 326259 326259 | 161766 161766 |
| 297975 | 297975 | 111060 111060 | 161766 161766 |
| 297976 | 297976 | 224019 224019 | 161766 161766 |
| 297977 | 297977 | 535908 535908 | 161766 161766 |
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)
);