What is the difference between GROUP BY and ORDER BY in
Sql?
Answer Posted / ranjani
groupby is used to show the table in ascending order
where as orderby is used to show the table in any order or
same order.
| Is This Answer Correct ? | 9 Yes | 66 No |
Post New Answer View All Answers
How do I rename a mysql database?
What does a TIMESTAMP do on UPDATE CURRENT_TIMESTAMP data type?
how to display nth highest salary from a table in a mysql query? : Mysql dba
What is triggers and how it can be used in mysql?
What is dirty read and phantom read?
Explain triggers and stored procedures?
What is pdo mysql?
Is mysql a odbc?
What is difference between mysql and mysqli?
How do I save in mysql?
Is mysql same as sql?
What is table level locking in mysql?
How do I kill a mysql connection?
How many columns can you create for an index?
Explain % and _ inside like statement?