1.

Is “GROUP BY” clause is similar to “ORDER BY” clause?(a) Yes(b) No(c) Depends(d) None of the mentioned

Answer» Correct option is (b) No

For explanation I would say: “ORDER BY” clause is used for sorting while “GROUP BY” clause is used for aggregation of fields.


Discussion

No Comment Found