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 |
|
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 |
|