inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 102156
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 688518 | 688518 | 69457 69457 | 102156 102156 |
| 688519 | 688519 | 493163 493163 | 102156 102156 |
| 688520 | 688520 | 210987 210987 | 102156 102156 |
| 688521 | 688521 | 85249 85249 | 102156 102156 |
| 688522 | 688522 | 299086 299086 | 102156 102156 |
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)
);