inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 18671
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 723275 | 723275 | 285827 285827 | 18671 18671 |
| 723276 | 723276 | 254205 254205 | 18671 18671 |
| 723277 | 723277 | 62374 62374 | 18671 18671 |
| 723278 | 723278 | 492238 492238 | 18671 18671 |
| 723279 | 723279 | 9113 9113 | 18671 18671 |
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)
);