inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 101885
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 487321 | 487321 | 329880 329880 | 101885 101885 |
| 487322 | 487322 | 485908 485908 | 101885 101885 |
| 487323 | 487323 | 284136 284136 | 101885 101885 |
| 487324 | 487324 | 74044 74044 | 101885 101885 |
| 487325 | 487325 | 69288 69288 | 101885 101885 |
| 487326 | 487326 | 284135 284135 | 101885 101885 |
| 487327 | 487327 | 253273 253273 | 101885 101885 |
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)
);