inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17438
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 725181 | 725181 | 34332 34332 | 17438 17438 |
| 725182 | 725182 | 45904 45904 | 17438 17438 |
| 725183 | 725183 | 8424 8424 | 17438 17438 |
| 725184 | 725184 | 251966 251966 | 17438 17438 |
| 725185 | 725185 | 490826 490826 | 17438 17438 |
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)
);