Question: Q1 Nested Queries You are given two tables named ' Student ' and ' Branch '. Based on the structure of the tables and the
Q1 Nested Queries
You are given two tables named 'Student' and 'Branch'.
Based on the structure of the tables and the following query, select the correct options from the following.
select student_name, year from Student where branch_id in ( select branch_id, branch_name from Branch where branch_name = 'Electrical Engineering')
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
