Answered step by step
Verified Expert Solution
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,
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
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