What is the difference between GROUP BY and ORDER BY in
Sql?
Answer Posted / lalitha
In Group By clause the results are displayed in group wise
manner means it group all the records in a relation together
and then displayed them for a selected set of fields from
the relation and in Order By clause the results are
displayed in some specified order
| Is This Answer Correct ? | 55 Yes | 10 No |
Post New Answer View All Answers
What is database engine in mysql?
How many queries can mysql handle?
What are the differences between char and nchar?
How many sql dml commands are supported by 'mysql'?
What is mysql database extension?
What is the difference between mysql_fetch_assoc and mysql_fetch_array?
Why do we use the mysql database server?
What are views in mysql?
What is acid in mysql?
How many columns is too many mysql?
What is a storage engine?
How do I restore a mysql database?
Is mysql connect deprecated?
How big is a blob mysql?
Does mysql case matter?