What is the difference between GROUP BY and ORDER BY in
Sql?

Answers were Sorted based on User's Feedback



What is the difference between GROUP BY and ORDER BY in Sql?..

Answer / hari

correct

Is This Answer Correct ?    29 Yes 62 No

What is the difference between GROUP BY and ORDER BY in Sql?..

Answer / 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

More MySQL Interview Questions

What is int mysql?

0 Answers  


What is a left join mysql?

0 Answers  


What is federated tables in mysql?

0 Answers  


What is the difference between having and where clause in mysql? Explain

0 Answers  


How do I run mysql?

0 Answers  






What are some good ideas regarding user security in MySQL?

2 Answers  


How to check server status with 'mysqladmin'?

0 Answers  


What is mysqli procedural?

0 Answers  


Can you tell the difference between mysql_connect and mysql_pconnect? : Mysql dba

0 Answers  


What is indexing in mysql?

0 Answers  


What is prepared statement in mysql?

0 Answers  


What are the features of Stored Procedures in MYSQL?

1 Answers  


Categories