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 is mvcc in mysql?
Is sqlite faster than mysql?
What are string data types?
What is ndb in mysql?
What data type is money?
How do I get a list of table names in mysql?
What are programming functions?
How show all tables in mysql query?
Is sql and mysql same?
Does uninstalling mysql delete database?
Write a query to display current date and time?
What is the password of mysql?
What is a table schema?
How database are managed?
Does mysql support nosql?