
Tridip C. answered 12/18/20
5+ years of experience with both SQL and NoSQL based databases
I've renamed the table for convenience
Dept (did, dname, dlocation)
Course (did, cid, cname)
Strength (did, cid, maxstudentallow)
StudentDetails (did, cid, studno, studname)
1) display the department and course where maximum students registered
2) select name, department and course of student whose name begin with 'A'
3) display department name of student having student number 1