Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

With the following relational schema, write the relational algebraic expression. (each 2 marks) STUDENT (regno, name, major, DOB) ENROLL (regno, courseno, grade) COURSE(Courseno, Coursename,credit) BOOK_ADAPT

With the following relational schema, write the relational algebraic expression. (each 2 marks) STUDENT (regno, name, major, DOB) ENROLL (regno, courseno, grade) COURSE(Courseno, Coursename,credit) BOOK_ADAPT (Courseno, BookISBN) TEXT (BookISBN, title, publisher, author) i. Find the student names who have got A grade in JAVA. ii. Produce a list of course names that have more than two books. iii. Retrieve the courseno that follow books published by Pearson education. iv. Find the name of the students who have registered more than 2 courses. v. Find the course names which no student is enrolled.

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

Databases Illuminated

Authors: Catherine M. Ricardo

1st Edition

0763733148, 978-0763733148

More Books

Students also viewed these Databases questions

Question

6. Describe to a manager the different types of distance learning.

Answered: 1 week ago