1.

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

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
Answer» E.


Discussion

No Comment Found