inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 62187
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 546673 | 546673 | 130950 130950 | 62187 62187 |
| 546674 | 546674 | 288169 288169 | 62187 62187 |
| 546675 | 546675 | 41854 41854 | 62187 62187 |
| 546676 | 546676 | 288168 288168 | 62187 62187 |
| 546677 | 546677 | 517604 517604 | 62187 62187 |
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)
);