inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 107353
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 692314 | 692314 | 487354 487354 | 107353 107353 |
| 692315 | 692315 | 305336 305336 | 107353 107353 |
| 692316 | 692316 | 210789 210789 | 107353 107353 |
| 692317 | 692317 | 75978 75978 | 107353 107353 |
| 692318 | 692318 | 201458 201458 | 107353 107353 |
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)
);