Observe The Following Query And Choose The Correct Optionbr #4
Observe the following query and choose the correct option.<br /> select name, ID<br /> from student natural join department natural join section
This multiple choice question (MCQ) is related to the book/course gs gs114 Relational Database Management System. It can also be found in gs gs114 Introduction to Relational Model and SQL - Basic Operations - Quiz No.2.
Observe the following query and choose the correct option.
select name, ID
from student natural join department natural join section
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