Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9cad5f4

Browse files
Number of Unique Subjects Taught by Each Teacher
1 parent 48fd048 commit 9cad5f4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Link: https://leetcode.com/problems/number-of-unique-subjects-taught-by-each-teacher/
2+
Tool: MS SQL Server
3+
4+
5+
6+
7+
8+
9+
10+
11+
select distinct teacher_id, count(distinct subject_id) as cnt
12+
from Teacher
13+
group by teacher_id

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /