Which of the following method corresponds to Order by clause in SQL?
(a) sort()
(b) order()
(c) orderby()
(d) all of the mentioned
(a) sort()
(b) order()
(c) orderby()
(d) all of the mentioned
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Correct answer is (a) sort()
Best explanation: The sort() method orders the documents in the result set.