A university wants to know all course names of sections that student Cam Sato has enrolled in. Instructor •InstructorID Section Instructor • SectionID Section ⚫SectionID Enrollment ⚫ SectionID Student ⚫ StudentID FirstName • InstructorID LastName AcademicRank CourseID Term StudentID Capacity Salary Course •CourseID FirstName LastName EmailAddress BirthDate Name Description The query below answers the university's question. Fill in the blanks. SELECT DISTINCT C.Name FROM ___ (A)___ (B) Section SE ON C.CourseID =SE.CourseID INNER JOIN Enrollment E ON SE.SectionID = E. SectionID INNER JOIN Student ST ON E.StudentID = _ (C)_____ WHERE ST. FirstName = 'Cam' AND ST. LastName = 'Sato'; Credits (A) Ex: Keyword 1 @O

Oracle 12c: SQL
3rd Edition
ISBN:9781305251038
Author:Joan Casteel
Publisher:Joan Casteel
Chapter13: Views
Section: Chapter Questions
Problem 2MC
icon
Related questions
Question
A university wants to know all course names of sections that student Cam Sato has enrolled in.
Instructor
•InstructorID
Section Instructor
• SectionID
Section
⚫SectionID
Enrollment
⚫ SectionID
Student
⚫ StudentID
FirstName
• InstructorID
LastName
AcademicRank
CourseID
Term
StudentID
Capacity
Salary
Course
•CourseID
FirstName
LastName
EmailAddress
BirthDate
Name
Description
The query below answers the university's question. Fill in the blanks.
SELECT DISTINCT C.Name
FROM ___ (A)___
(B) Section SE ON C.CourseID =SE.CourseID
INNER JOIN Enrollment E ON SE.SectionID = E. SectionID
INNER JOIN Student ST ON E.StudentID = _ (C)_____
WHERE ST. FirstName = 'Cam' AND ST. LastName = 'Sato';
Credits
(A) Ex: Keyword
1 @O
Transcribed Image Text:A university wants to know all course names of sections that student Cam Sato has enrolled in. Instructor •InstructorID Section Instructor • SectionID Section ⚫SectionID Enrollment ⚫ SectionID Student ⚫ StudentID FirstName • InstructorID LastName AcademicRank CourseID Term StudentID Capacity Salary Course •CourseID FirstName LastName EmailAddress BirthDate Name Description The query below answers the university's question. Fill in the blanks. SELECT DISTINCT C.Name FROM ___ (A)___ (B) Section SE ON C.CourseID =SE.CourseID INNER JOIN Enrollment E ON SE.SectionID = E. SectionID INNER JOIN Student ST ON E.StudentID = _ (C)_____ WHERE ST. FirstName = 'Cam' AND ST. LastName = 'Sato'; Credits (A) Ex: Keyword 1 @O
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781285196145
Author:
Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:
Cengage Learning
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781305627482
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning