inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404182
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 259596 | 259596 | 414612 414612 | 404182 404182 |
| 259597 | 259597 | 368037 368037 | 404182 404182 |
| 259598 | 259598 | 481777 481777 | 404182 404182 |
| 259599 | 259599 | 505438 505438 | 404182 404182 |
| 259600 | 259600 | 459062 459062 | 404182 404182 |
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)
);