Use SQL to write the following queries: 1. a) Find the last names of students born after January 1, 2000 b) Find the student last names, dates and grades of exams they passed, where a grade was greater than or equal to 8 c) Find the first and last names of students who took to at least one exam from "Computer Science" programme d) List professor IDs of top 5 professors who teach the most courses e) Calculate the average credits for courses in each programme f) Find the surnames of students who have never taken an exam from "Mathematics" programme

CMPTR
3rd Edition
ISBN:9781337681872
Author:PINARD
Publisher:PINARD
Chapter17: Creating A Database
Section: Chapter Questions
Problem 4QY
icon
Related questions
Question
You are given the following schema of a University, where primary keys of each table are
underlined and symbol (#) symbolises foreign keys:
Student (student id, first_name, last_name, date_of_birth)
Course (course_id, #professor_id, course_name, credits, programme)
Exam (#student id, #course id, exam_date, grade)
Professor (professor id, first_name, last_name, research_field)
Transcribed Image Text:You are given the following schema of a University, where primary keys of each table are underlined and symbol (#) symbolises foreign keys: Student (student id, first_name, last_name, date_of_birth) Course (course_id, #professor_id, course_name, credits, programme) Exam (#student id, #course id, exam_date, grade) Professor (professor id, first_name, last_name, research_field)
Use SQL to write the following queries:
1.
a) Find the last names of students born after January 1, 2000
b)
Find the student last names, dates and grades of exams they passed, where a grade was
greater than or equal to 8
c)
Find the first and last names of students who took to at least one exam from "Computer
Science" programme
d) List professor IDs of top 5 professors who teach the most courses
e) Calculate the average credits for courses in each programme
f)
Find the surnames of students who have never taken an exam from "Mathematics"
programme
Transcribed Image Text:Use SQL to write the following queries: 1. a) Find the last names of students born after January 1, 2000 b) Find the student last names, dates and grades of exams they passed, where a grade was greater than or equal to 8 c) Find the first and last names of students who took to at least one exam from "Computer Science" programme d) List professor IDs of top 5 professors who teach the most courses e) Calculate the average credits for courses in each programme f) Find the surnames of students who have never taken an exam from "Mathematics" programme
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Multiple table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
CMPTR
CMPTR
Computer Science
ISBN:
9781337681872
Author:
PINARD
Publisher:
Cengage