Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem 2 [25'-'t 5' 5' 101 Consider the following enrollment database used in FSU: Student (FSUID, Name, Major, Level, Age) Course (CourseName, Department, Time, Venue,

image text in transcribed

image text in transcribed

Problem 2 [25'-'t 5' 5' 101 Consider the following enrollment database used in FSU: Student (FSUID, Name, Major, Level, Age) Course (CourseName, Department, Time, Venue, FacultyID) . Faculty (FacultyID, Name, Department) Enrollment (FSUID, CourseName, score) Write the following queries in SQL. No duplicate tuples should be returned in any of the answers. Find the name of the youngest student (If more than one student is the youngest, return them all); 1. 2. Find the age of the youngest student enrolled in the course "COP4710" 3. For every course taught by Professor Mike Stonebraker, find the course name and the average score of that course; 4. Find the names of faculty members for whom the combined enrollment in the courses they teach is less than 50 (Hint: you are encouraged to define and use views to break down the task)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Database Processing Fundamentals, Design, and Implementation

Authors: David M. Kroenke, David J. Auer

14th edition

133876705, 9781292107639, 1292107634, 978-0133876703

More Books

Students also viewed these Databases questions