inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 23018
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 380109 | 380109 | 11499 11499 | 23018 23018 |
| 380110 | 380110 | 345516 345516 | 23018 23018 |
| 380111 | 380111 | 249535 249535 | 23018 23018 |
| 380112 | 380112 | 221326 221326 | 23018 23018 |
| 380113 | 380113 | 92810 92810 | 23018 23018 |
| 380114 | 380114 | 162195 162195 | 23018 23018 |
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)
);