Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

We have the following relations with sample tuples as shown below. The DB contains more tuples than shown so your answer must work for general

image text in transcribedimage text in transcribedimage text in transcribed

We have the following relations with sample tuples as shown below. The DB contains more tuples than shown so your answer must work for general case STUDENT(STUD\#, STUD_NAME, MAJOR, GPA) TEACHER(FACULTY\#, DEPT, TEACHERNAME) ENROLLMENT(STUD\#, COURSE\#, GRADE) RESPONSIBILITY(FACULTY\#, COURSE\#) Student Teacher Responsibility Enrollment Translate the queries into the relational algebra (you do not have to show the result and you may assume that attributes with the same name are based on same domain) Use the following syntax (as in Assignment 1) - examples: SELECT Example of syntax you are expected to use: R1 := SELECT order WHERE order\# =1234 PROJECT - Example of syntax you are expected to use: R1 := PROJECT customer OVER (name, address) JOIN -Example of syntax you are expected to use: R1:= JOIN customer, order OVER cust\# DIVIDE - Example of syntax you are expected to use: R1 := DIVIDE Completed BY DBProject RELATIONAL ALGEBRA EXAM QUESTIONS: 1. What are the names ,IDs, and majors of students who are enrolled in course taught by teachers whose name is 'Joseph'? 2. What are the names, student ids, and GPAs of students who are enrolled in courses that are the responsibility of teachers in the CE department and who h grades of ' B ' in those courses? 3. What are the names of teachers who teach students enrolled in CE major

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_2

Step: 3

blur-text-image_3

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

Microsoft Visual Basic 2008 Comprehensive Concepts And Techniques

Authors: Gary B. Shelly, Corinne Hoisington

1st Edition

1423927168, 978-1423927167

More Books

Students also viewed these Databases questions

Question

Describe the factors influencing of performance appraisal.

Answered: 1 week ago

Question

What is quality of work life ?

Answered: 1 week ago