inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405243
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 786521 | 786521 | 425956 425956 | 405243 405243 |
| 786522 | 786522 | 484013 484013 | 405243 405243 |
| 786523 | 786523 | 377913 377913 | 405243 405243 |
| 786524 | 786524 | 492279 492279 | 405243 405243 |
| 786525 | 786525 | 466296 466296 | 405243 405243 |
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)
);