Home » MYSQL » MySQL ORDER BY » Question
  1. Is “GROUP BY” clause is similar to “ORDER BY” clause?
    1. Depends
    2. Yes
    3. No
    4. All of above
    5. None of these
Correct Option: A

“ORDER BY” clause is used for sorting while “GROUP BY” clause is used for aggregation of fields.



Your comments will be displayed only after manual approval.