Q:

Observe the following query and choose the correct option. select name, ID

belongs to collection: DBMS - SQL MCQ

0

Observe the following query and choose the correct option.
select name, ID
from student natural join department natural join section


  1. The query is syntactically wrong because there is no where clause
  2. The query is syntactically wrong because there are more than one attributes in the select clause
  3. The query is syntactically wrong because more than one relations are included in the natural join operation
  4. The query is correct

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (d).The query is correct

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

DBMS - SQL MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which keyword is used to rename a relation in a qu... >>
<< What does the natural join operation do?...