题库 软件开发 题目列表 用户表中有两列name/country。 现在要查询用户表中每...
单选题
用户表中有两列name/country。
现在要查询用户表中每个国家(country)的用户人数,应使用以下哪个语句
A.

select count(*) from users group by country

B.

select name from users where country = 'xx'

C.

select count(country) from users

D.

select country from users

题目信息
校招真题
-
正确率
0
评论
7
点击