inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 102195
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 478140 | 478140 | 69483 69483 | 102195 102195 |
| 478141 | 478141 | 81878 81878 | 102195 102195 |
| 478142 | 478142 | 157338 157338 | 102195 102195 |
| 478143 | 478143 | 305373 305373 | 102195 102195 |
| 478144 | 478144 | 491134 491134 | 102195 102195 |
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)
);