inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 93398
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 201293 | 201293 | 63731 63731 | 93398 93398 |
| 201294 | 201294 | 106943 106943 | 93398 93398 |
| 201295 | 201295 | 226138 226138 | 93398 93398 |
| 201296 | 201296 | 317566 317566 | 93398 93398 |
| 201297 | 201297 | 202426 202426 | 93398 93398 |
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)
);