Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following database schema. COURSES ={CourseNo, Title, Credits} STUDENTS ={IDNo, Name, DOB, Department} TRANSCRIPTS ={IDNo, CourseNo, Semester, Year, Grade} Write the following queries in

Consider the following database schema.

COURSES ={CourseNo, Title, Credits}

STUDENTS ={IDNo, Name, DOB, Department}

TRANSCRIPTS ={IDNo, CourseNo, Semester, Year, Grade}

Write the following queries in SQL and in Relational Algebra.

image text in transcribed

Q5: List all courses (course numbers and titles) taken by John Doe in Spring 2015 in which he has a grade of A. 6: List all courses (course numbers and titles) taken by Computer Science students Q7: List all courses (course numbers and titles) with a credit hour larger than 3 taken by Computer Science students. Q8: Write a query to list all departments, and for each department list the total number of credit hours its students have taken since 2014

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 And Expert Systems Applications 33rd International Conference Dexa 2022 Vienna Austria August 22 24 2022 Proceedings Part 2 Lncs 13427

Authors: Christine Strauss ,Alfredo Cuzzocrea ,Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil

1st Edition

3031124251, 978-3031124259

More Books

Students also viewed these Databases questions

Question

LO1 Understand risk management and identify its components.

Answered: 1 week ago