InterviewSolution
Saved Bookmarks
| 1. |
Which of the following syntax of the basic query is correct?(a) select from (b) select from (c) select from (d) select from The question was asked by my school teacher while I was bunking the class.Asked question is from Basic Operations topic in portion Introduction to Relational Model and Sql of RDBMS |
|
Answer» CORRECT choice is (b) select EXPLANATION: The select clause is used to select a specific attribute from a GIVEN RELATION. So, the syntactically correct statement is select |
|