inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15055
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 980135 | 980135 | 41974 41974 | 15055 15055 |
| 980136 | 980136 | 266930 266930 | 15055 15055 |
| 980137 | 980137 | 494150 494150 | 15055 15055 |
| 980138 | 980138 | 55245 55245 | 15055 15055 |
| 980139 | 980139 | 7035 7035 | 15055 15055 |
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)
);