请在 下方输入 要搜索的题目:

表t_sale_record为商品销售记录表,包含如下字段: detail_id 记录ID, sale_date 销售日期, province 省, city 地市, product_id 商品ID, cnt 数量, amt 金额 现查询销售商品种类超过10种的省份的记录,如下哪个语句是正确的?
选项:

A:select * from t_sale_record where province in (select province from t_sale_record group by province having count(product_id)>10)
B:select * from t_sale_record where province in (select province from t_sale_record group by province having count(distinct product_id)>10)
C:select * from t_sale_record where count(product_id)>10
D:select * from t_sale_record where count(distinct product_id)>10

发布时间:2024-07-03 00:06:01
推荐参考答案 ( 由 搜题小帮手 官方老师解答 )
联系客服
答案:

以下文字与答案无关

提示:有些试题内容 显示不完整,文字错误 或者 答案显示错误等问题,这是由于我们在扫描录入过程中 机器识别错误导致,人工逐条矫正总有遗漏,所以恳请 广大网友理解。

相关试题
登录 - 搜题小帮手
点我刷新
立即注册
注册 - 搜题小帮手
点我刷新
立即登录