inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 11558
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 253141 | 253141 | 4866 4866 | 11558 11558 |
| 253142 | 253142 | 287100 287100 | 11558 11558 |
| 253143 | 253143 | 31306 31306 | 11558 11558 |
| 253144 | 253144 | 60855 60855 | 11558 11558 |
| 253145 | 253145 | 254905 254905 | 11558 11558 |
| 253146 | 253146 | 485993 485993 | 11558 11558 |
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)
);