Question
Consider the following relational database schema relating to counselling of students. The primary keys are underlined. The foreign keys are self-explanatory. COUNSELOR(Counsellor_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.
COUNSELOR(Counsellor_id, Name, Office_address, Phone, Email)
COUNSELLS (Counsellor_id, Reg_no, C_date)
STUDENT(Reg_no, Name, Email, Mobile, Branch)
Find out the best evaluation plan for the following query using heuristic optimization, showing the initial query tree, intermediate query trees and the optimal query tree.
Display counsellor name, student name and last counselling date (C_date) for students belonging to B.Tech. (CSE), who received counselling after January 31, 2019 from counsellor whose office is in SJT building. pls answer within 90 mins
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started