What is the difference between GROUP BY and ORDER BY in
Sql?
Answer Posted / ram
Group by controls the presentation of the rows,Where as
order by controls the presentation of the columns for the
results of the SELECT statement.
| Is This Answer Correct ? | 58 Yes | 68 No |
Post New Answer View All Answers
What are procedures in mysql?
Can python connect to mysql?
How to rename an existing table in mysql?
How do I install mysql workbench?
What is the difference between having and where clause in mysql? Explain
How do you concatenate strings in mysql?
what is the difference between gui testing and database testing? : Mysql dba
What is difference between unix timestamp and mysql timestamp?
SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?
How can you take the backup and restore a mysql database using php?
Write a query to count the number of rows of a table in mysql.
How to calculate the difference between two dates?
What is the maximum no of columns a table can have?
In mysql, what is the default storage engine?
What is unsigned in mysql?