leetcode1084. 销售分析III(SQL)
Table: Product +————–+———+ | Column Name | Type | +————–+———+ | product_id | int | | product_name | varchar | | unit_price | int | +————–+———+ product_id 是这个表的主键 Table: Sales +————-+———+ | Column Name | Type | +————-+———+ | seller_id | int | | product_id | int | | buyer
下载地址
用户评论