Skip to content

Commit 8b20adb

Browse files
committed
employee information filter
1 parent 45f9345 commit 8b20adb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Write your MySQL query statement below
2+
SELECT teacher_id, COUNT(DISTINCT subject_id) AS cnt
3+
FROM Teacher
4+
GROUP BY teacher_id;

0 commit comments

Comments
 (0)