a) Select * from instructor i , course c where i.Dept_name=c.Dept_name;
b) Select Dept name from instructor ,Course ;
c) Select * from instructor i , course c ;
d) Select Dept_name from instructor where Dept_name = NULL;
How can we select the elements which have common Dept_name in both the relation ?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
How can we select the elements which have common Dept_name in both the relation ?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!