inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16794
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 970233 | 970233 | 8075 8075 | 16794 16794 |
| 970234 | 970234 | 490247 490247 | 16794 16794 |
| 970235 | 970235 | 250790 250790 | 16794 16794 |
| 970236 | 970236 | 279662 279662 | 16794 16794 |
| 970237 | 970237 | 41520 41520 | 16794 16794 |
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)
);