Answered step by step
Verified Expert Solution
Link Copied!

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 2020.
e. Aggregation: show the total number of faculty.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions