Description:I have Table A(assumed as Student) and Table B(assumed as Course) with their junction Table AB (StudentCourse),For example considering the following tables I need to get all the students with their Id and name who have enrolled in more than three(N) courses
|Student|
|Id |
|Name |
|Course|
|Id |
|Name |
|StudentCourse|
|Id |
|SId |
|CId |
Posted by: Samantha Jones | Posted on: Apr 17, 2019
3
Replied by: Tabish Usman | Replied on: Apr 17, 2019