【发布时间】:2022-12-27 20:32:25
【问题描述】:
- Data model
- Goal:Count the number of suppliers (supplier) and parts (vehicle_part) for each vehicle for which there are two or more suppliers.
- requirements:Expected columns: vehicle_name, vehicle_part_count, supplier_count in that order
【问题讨论】: