inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 403666
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 35581 | 35581 | 480401 480401 | 403666 403666 |
| 35582 | 35582 | 401098 401098 | 403666 403666 |
| 35583 | 35583 | 356832 356832 | 403666 403666 |
| 35584 | 35584 | 450723 450723 | 403666 403666 |
| 35585 | 35585 | 493504 493504 | 403666 403666 |
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)
);