Question: Answer all queries below: 1. Using JOIN or INNER JOIN, select all details from joining the STUDENTS and TAKE tables with the condition that corresponding
Answer all queries below:
1. Using JOIN or INNER JOIN, select all details from joining the STUDENTS and TAKE tables with the condition that corresponding SIDs match.
2. Write a query to join STUDENT and TAKE relations and generate the output like that of the NATURAL JOIN.
3. Write an SQL query that uses JOIN (or) INNER JOIN and USING, to match the STUDENT and TAKE relations with the condition that SID attributes match.
4. List the average enrollment of each course offered grouped by department name.
5. Using LEFT OUTER JOIN write a query that will select all details from the COURSE relation and match it to details from the PREREQ relation to list courses and their pre-reqs - if any.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
