a) Select * from R natural join S
b) Select * from R cross join S
c) Select * from R union join S
d) Select * from R inner join S
In SQL the statement select * from R, S is equivalent to
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
In SQL the statement select * from R, S is equivalent to
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!