inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16693
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 702255 | 702255 | 33716 33716 | 16693 16693 |
| 702256 | 702256 | 8021 8021 | 16693 16693 |
| 702257 | 702257 | 250295 250295 | 16693 16693 |
| 702258 | 702258 | 278743 278743 | 16693 16693 |
| 702259 | 702259 | 61857 61857 | 16693 16693 |
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)
);