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

Can you tell the difference between mysql_fetch_object and mysql_fetch_array?

0 Answers  


How many columns can be used for creating Index?

0 Answers  


how can you test for null values in a database? : Mysql dba

0 Answers  


Is foreign key indexed mysql?

0 Answers  


What is innodb mysql?

0 Answers  






How to get data from mysql in php?

0 Answers  


What is a scalar function?

0 Answers  


How to load data files into tables with 'mysqlimport'?

0 Answers  


Can you tell the reasons for selecting lamp(linux, apache, mysql, php) instead of any other combination of software programs, servers, and operating system?

0 Answers  


How do I change a procedure in mysql?

0 Answers  


How can you filter the duplicate data while retrieving records from the table?

0 Answers  


How do you create a new database in mysql?

0 Answers  


Categories