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
How to do login in mysql with unix shell.
How to use case expression?
How to connect html form to mysql database using php?
How do I run mysql from command line?
Where does mysql store data?
Write a command to list all databases in mysql?
How do I clear a mysql database?
What is the difference between char and varchar in mysql?
What is mysql default port number?
What is mysql community edition?
What is mysql procedure?
Why does mysql have so many connections?
What is datadir?
How to run 'mysql' commands from a batch file?
How do I install mysql on windows 10?