") == -1) { html = " " + html; } html = html.replace("",""); html = html.replace("",""); html = html.replace("",""); html = html.trim(); doc.innerHTML = html; return ( doc.innerHTML.toLowerCase() === html.toLowerCase() ); } function codeCheckWarningClose() { document.getElementById("codeCheckWarning").style.display = "none"; } function codeCheckCorrectClose() { document.getElementById("codeCheckCorrect").style.display = "none"; }
菜单
×
×
正确!

练习

列出每个国家/地区的客户数量。

SELECT COUNT(CustomerID), Country FROM Customers GROUP BY Country;

不正确

点击这里重新尝试。

正确!

下一题 ❯
SELECT (CustomerID), Country FROM Customers ;

  
  
  




 

SQL Select
SQL Where
SQL Order By
SQL And
SQL Or
SQL Not
SQL Insert
SQL Null
SQL Update
SQL Delete
SQL Functions
SQL Like
SQL Wildcards
SQL In
SQL Between
SQL Alias
SQL Join
SQL Group By
SQL Database

×

重置分数?

这将重置所有 52 个练习的分数。

您确定要继续吗?



×

恭喜!

您已完成所有 52 个 SQL 练习。

分享您的分数