inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 11104
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 229219 | 229219 | 527851 527851 | 11104 11104 |
| 229220 | 229220 | 78801 78801 | 11104 11104 |
| 229221 | 229221 | 224616 224616 | 11104 11104 |
| 229222 | 229222 | 4574 4574 | 11104 11104 |
| 229223 | 229223 | 331000 331000 | 11104 11104 |
| 229224 | 229224 | 71332 71332 | 11104 11104 |
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)
);