inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 230653
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 356646 | 356646 | 206617 206617 | 230653 230653 |
| 356647 | 356647 | 154294 154294 | 230653 230653 |
| 356648 | 356648 | 259581 259581 | 230653 230653 |
| 356649 | 356649 | 211111 211111 | 230653 230653 |
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)
);