inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 28880
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 73293 | 73293 | 101985 101985 | 28880 28880 |
| 73294 | 73294 | 240002 240002 | 28880 28880 |
| 73295 | 73295 | 35424 35424 | 28880 28880 |
| 73296 | 73296 | 320532 320532 | 28880 28880 |
| 73297 | 73297 | 14786 14786 | 28880 28880 |
| 73298 | 73298 | 501553 501553 | 28880 28880 |
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)
);