Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create SQL statements for each operation. Assume the following entities ( tables ) exist with their appropriate column names as described below. You may assume
Create SQL statements for each operation. Assume the following entities tables exist with their
appropriate column names as described below. You may assume PK and FK columns.
Faculty
Students
Course
Term
a Select: retrieve faculty members whose rank is professor.
b Project: list faculty number, first name and last name of all faculty members.
c Join: show faculty number, first name, last name with the course offering number, course number,
term, and year they teach.
d Join: list course number and student names for courses offered in spring
e Aggregation: show the total number of faculty.
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