inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 93220
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 373976 | 373976 | 79232 79232 | 93220 93220 |
| 373977 | 373977 | 489911 489911 | 93220 93220 |
| 373978 | 373978 | 63594 63594 | 93220 93220 |
| 373979 | 373979 | 156448 156448 | 93220 93220 |
| 373980 | 373980 | 331867 331867 | 93220 93220 |
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)
);