inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 57139
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 328015 | 328015 | 68768 68768 | 57139 57139 |
| 328016 | 328016 | 33698 33698 | 57139 57139 |
| 328017 | 328017 | 496146 496146 | 57139 57139 |
| 328018 | 328018 | 161341 161341 | 57139 57139 |
| 328019 | 328019 | 90914 90914 | 57139 57139 |
| 328020 | 328020 | 222706 222706 | 57139 57139 |
| 328021 | 328021 | 329770 329770 | 57139 57139 |
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)
);