inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404611
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 235556 | 235556 | 417770 417770 | 404611 404611 |
| 235557 | 235557 | 508113 508113 | 404611 404611 |
| 235558 | 235558 | 461106 461106 | 404611 404611 |
| 235559 | 235559 | 482582 482582 | 404611 404611 |
| 235560 | 235560 | 370841 370841 | 404611 404611 |
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)
);