I have 3 tables student(s_id,s_ name),course(c_ id,c_name) and student_course( s_id(FK),c_id(F K)).
I would Like to select those students Name who have enrolled more then and equal to 3 courses.
What is the Query?
I would Like to select those students Name who have enrolled more then and equal to 3 courses.
What is the Query?
Comment