1.

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

A. nfrom student natural join department natural join section
B. tThe query is syntactically wrong because there is no where clause
C. tThe query is syntactically wrong because there are more than one attributes in the select clause
D. tThe query is syntactically wrong because more than one relations are included in the natural join operation
E. tThe query is correct
Answer» E. tThe query is correct


Discussion

No Comment Found