Answered step by step
Verified Expert Solution
Question
1 Approved Answer
SQL 5. (15 points, 5 points each) Consider the following primary keys are underlined relational schema, where the Students(sid, sname, address, dept id) Courses(cid, cname,
SQL
5. (15 points, 5 points each) Consider the following primary keys are underlined relational schema, where the Students(sid, sname, address, dept id) Courses(cid, cname, dept id) Departments (dept id, dname, college) Grades(sid, cid year, semester, grade) Write the following queries in SQL (1) Find the sids and snames of students who have taken Database" course (.e,cname - Database') in Fall 2015 (2) Find the average grade of all the students who have taken "CscD327" (i.e., cid 'CSCD327') in Fall 2015. (3) Find the sids of students who have taken at least 10 courses offered by "Computer Science" department (i.e., dname Computer Science')
Step 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