

InterviewSolution
Saved Bookmarks
1. |
Which of the following method corresponds to Order by clause in SQL?(a) sort()(b) order()(c) orderby()(d) all of the mentioned |
Answer» Correct answer is (a) sort() Best explanation: The sort() method orders the documents in the result set. |
|