inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 24497
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 454369 | 454369 | 281538 281538 | 24497 24497 |
| 454370 | 454370 | 12294 12294 | 24497 24497 |
| 454371 | 454371 | 281537 281537 | 24497 24497 |
| 454372 | 454372 | 251845 251845 | 24497 24497 |
| 454373 | 454373 | 163640 163640 | 24497 24497 |
| 454374 | 454374 | 96074 96074 | 24497 24497 |
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)
);