inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 112055
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 412515 | 412515 | 156546 156546 | 112055 112055 |
| 412516 | 412516 | 250289 250289 | 112055 112055 |
| 412517 | 412517 | 278731 278731 | 112055 112055 |
| 412518 | 412518 | 79697 79697 | 112055 112055 |
| 412519 | 412519 | 278732 278732 | 112055 112055 |
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)
);