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
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