电商sql面试题 Here are some e-commerce SQL interview questions: 1.Product Catalog Query: Write an SQL query to retrieve the names and prices of all products in the product catalog. 2.Order Summary Query: Create an SQ
3.查询2019年只在电商平台1上有销售额的品牌中(即排除电商平台为2时销售额累计大于0的品牌),电商平台1的累计销售额最大的Top30个品牌及对应的销售额,输出格式如下 4.查询2019年在两个电商平台中分别同时都能进入销售额Top 50的品牌及对应的全电商平台累计销售额,输出格式如下 二、解题步骤 问题1:对于指定品类...