HTMLify
Day 58
Views: 3 | Author: djdj
1 2 3 | # Write your MySQL query statement below select teacher_id, count(distinct subject_id) as cnt from Teacher group by teacher_id; |
1 2 3 | # Write your MySQL query statement below select teacher_id, count(distinct subject_id) as cnt from Teacher group by teacher_id; |