InterviewSolution
Saved Bookmarks
| 1. |
The ________ clause is used to list the attributes desired in the result of a query(a) select(b) from(c) where(d) createI had been asked this question in unit test.I would like to ask this question from Basic Operations in chapter Introduction to Relational Model and Sql of RDBMS |
|
Answer» CORRECT answer is (a) select Best explanation: The select clause is used to list the ATTRIBUTES desired in the result of a QUERY. |
|