专业技术初级资格程序员基础知识DB2
题目内容

A table named STATES has the following columns: STATE_CD, REGION_CD, and STATE_NAME.Which SQL statement will return the number of states in each region, ordered by number of states、

2024-07-09

A.SELECT state_cd, COUNT(*) FROM states ORDER BY COUNT(*);

B.SELECT state_cd, COUNT(*) FROM states GROUP BY state_cd ORDER BY state_cd;

C.SELECT region_cd, COUNT(*) FROM states GROUP BY state_cd ORDER BY COUNT(*);

D.SELECT region_cd, COUNT(*) FROM states GROUP BY region_cd ORDER BY COUNT(*);

题目答案

试卷相关题目

最新试卷
热门试卷

长理培训客户端 资讯,试题,视频一手掌握

去 App Store 免费下载 iOS 客户端