inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 12193
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 40146 | 40146 | 28546 28546 | 12193 12193 |
| 40147 | 40147 | 57523 57523 | 12193 12193 |
| 40148 | 40148 | 258214 258214 | 12193 12193 |
| 40149 | 40149 | 5291 5291 | 12193 12193 |
| 40150 | 40150 | 294403 294403 | 12193 12193 |
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)
);