Observe the following query and choose the correct option.
select name, ID
from student natural join department natural join section
- The query is syntactically wrong because there is no where clause
- The query is syntactically wrong because there are more than one attributes in the select clause
- The query is syntactically wrong because more than one relations are included in the natural join operation
- The query is correct
(d).The query is correct
need an explanation for this answer? contact us directly to get an explanation for this answer