inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 55356
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 608133 | 608133 | 525788 525788 | 55356 55356 |
| 608134 | 608134 | 153475 153475 | 55356 55356 |
| 608135 | 608135 | 74521 74521 | 55356 55356 |
| 608136 | 608136 | 30548 30548 | 55356 55356 |
| 608137 | 608137 | 257041 257041 | 55356 55356 |
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)
);