Observe the following query and choose the correct option. select name, ID from student natural join department natural
Posted: Thu Jul 14, 2022 8:53 am
a) The query is syntactically wrong because there is no where clause
b) The query is syntactically wrong because there are more than one attributes in the select clause
c) The query is syntactically wrong because more than one relations are included in the natural join operation
d) The query is correct
b) The query is syntactically wrong because there are more than one attributes in the select clause
c) The query is syntactically wrong because more than one relations are included in the natural join operation
d) The query is correct