Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. Develop a SQL query to list details of Departments that offer more than 3 branches. 2. Develop a SQL query to list the details
1. Develop a SQL query to list details of Departments that offer more than 3 branches.
2. Develop a SQL query to list the details of Departments that offer more than 6 courses.
3. Develop a SQL query to list the details of courses that are common for more than 3 branches.
4. Develop a SQL query to list students who got S in more than 2 courses during single enrollment.
5. Create a view that will keep track of the roll number, name and number of courses, a student has completed successfully.
Student Rollno Name Dob Gender Doa Bcode Enrolls Rollno Ccode Sess Grade Course Ccode | Cname Cname Credits Dno Department Dno Dname Branch Course Bcode Ccode Semister Branch Bcode Bname Dno Student Rollno Name Dob Gender Doa Bcode Enrolls Rollno Ccode Sess Grade Course Ccode | Cname Cname Credits Dno Department Dno Dname Branch Course Bcode Ccode Semister Branch Bcode Bname DnoStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started