inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 54403
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 231111 | 231111 | 505949 505949 | 54403 54403 |
| 231112 | 231112 | 319469 319469 | 54403 54403 |
| 231113 | 231113 | 28991 28991 | 54403 54403 |
| 231114 | 231114 | 224504 224504 | 54403 54403 |
| 231115 | 231115 | 109940 109940 | 54403 54403 |
| 231116 | 231116 | 202516 202516 | 54403 54403 |
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)
);