LeetCode刷题-数据库(MySQL)- 1069.销售分析II

销售表:Salesweb Column Name Type sale_id int product_id int year int quantity int price int sale_id 是这个表的主键。 product_id 是 Product 表的外键。 请注意价格是每单位的。网络 产品表:Productsvg Column Name Type product_id int produc
相关文章
相关标签/搜索