inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 105356
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 898908 | 898908 | 206060 206060 | 105356 105356 |
| 898909 | 898909 | 74308 74308 | 105356 105356 |
| 898910 | 898910 | 238184 238184 | 105356 105356 |
| 898911 | 898911 | 214685 214685 | 105356 105356 |
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)
);