inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 403665
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 24178 | 24178 | 480400 480400 | 403665 403665 |
| 24179 | 24179 | 401097 401097 | 403665 403665 |
| 24180 | 24180 | 493503 493503 | 403665 403665 |
| 24181 | 24181 | 450722 450722 | 403665 403665 |
| 24182 | 24182 | 356831 356831 | 403665 403665 |
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)
);