inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 67417
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 354160 | 354160 | 232196 232196 | 67417 67417 |
| 354161 | 354161 | 260298 260298 | 67417 67417 |
| 354162 | 354162 | 239793 239793 | 67417 67417 |
| 354163 | 354163 | 487492 487492 | 67417 67417 |
| 354164 | 354164 | 46499 46499 | 67417 67417 |
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)
);