Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following relational database schema relating to counselling of students. The primary keys are underlined. The foreign keys are self-explanatory. COUNSELLOR(Counselor_id, Name, Office_address, Phone,

Consider the following relational database schema relating to counselling of students. The primary keys are underlined. The foreign keys are self-explanatory.

COUNSELLOR(Counselor_id, Name, Office_address, Phone, Email)

COUNSELLS (Counselor_id, Reg_no, C_date)

STUDENT(Reg_no, Name, Email, Mobile, Branch)

Translate each of the following statements into an expression of relational algebra. C_date is the last counselling date.

(i) Display counsellor name and the name of students belonging to B.Tech. (IT) who received counselling from them.

(ii) Display the name of the counsellors who counselled more than ten students. ]

(iii) Display name of students who have taken counselling from every counsellor.

(iv) Display name of students and their mobile number and the date when they took counselling from counsellor named Aaron Stuart

pls answr soon

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 Application Development And Design

Authors: Michael V. Mannino

1st Edition

0072463678, 978-0072463675

More Books

Students also viewed these Databases questions