mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-12 10:51:42 +08:00
存量题库数据更新
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
| student | varchar |
|
||||
| class | varchar |
|
||||
+-------------+---------+
|
||||
(student, class)是该表的主键列。
|
||||
在 SQL 中,(student, class)是该表的主键列。
|
||||
该表的每一行表示学生的名字和他们注册的班级。
|
||||
</pre>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>编写一个SQL查询来报告 <strong>至少有5个学生</strong> 的所有类。</p>
|
||||
<p>查询 <strong>至少有5个学生</strong> 的所有班级。</p>
|
||||
|
||||
<p>以 <strong>任意顺序 </strong>返回结果表。</p>
|
||||
|
||||
|
Reference in New Issue
Block a user