Question
Computer Science Question on Miscellaneous
Arrange the following commands in the correct order of execution
(A) SELECT
(B) ORDER BY
(C) GROUP BY
(D) WHERE
(E) FROM
Choose the correct answer from the options given below:
A
(E), (A), (B), (C), (D)
B
(A), (E), (C), (D), (B)
C
(A), (E), (D), (C), (B)
D
(A), (B), (C), (D), (E)
Answer
(A), (E), (D), (C), (B)
Explanation
Solution
The correct option is (C) :(A), (E), (D), (C), (B)