inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 145443
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 779059 | 779059 | 209352 209352 | 145443 145443 |
| 779060 | 779060 | 213643 213643 | 145443 145443 |
| 779061 | 779061 | 238474 238474 | 145443 145443 |
| 779062 | 779062 | 209350 209350 | 145443 145443 |
| 779063 | 779063 | 209349 209349 | 145443 145443 |
| 779064 | 779064 | 209351 209351 | 145443 145443 |
| 779065 | 779065 | 100790 100790 | 145443 145443 |
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)
);