inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 103289
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 926929 | 926929 | 112895 112895 | 103289 103289 |
| 926930 | 926930 | 210022 210022 | 103289 103289 |
| 926931 | 926931 | 70186 70186 | 103289 103289 |
| 926932 | 926932 | 223234 223234 | 103289 103289 |
| 926933 | 926933 | 210023 210023 | 103289 103289 |
| 926934 | 926934 | 173257 173257 | 103289 103289 |
| 926935 | 926935 | 237124 237124 | 103289 103289 |
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)
);