SELECT country,city
FROM customers
GROUP BY country
ORDER BY city DESC

Answer Posted / prajakta

this is right coz here order by clause is at the end of
query...

Is This Answer Correct ?    21 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where is mysql data stored?

486


How do you connect MySQL database with PHP?

541


How to return query output in xml format?

600


Why we use mysql workbench?

479


Can we write pl sql mysql?

509






what are the different tables present in mysql? : Mysql dba

473


How to delete a table.

521


How important is to list the column names when doing an insert?

600


How do I rename a procedure?

483


What are different types of queries?

490


What is the use of procedure in mysql?

484


What is full form of xampp?

551


How to create and drop view in mysql?

514


What are the different mysql database engines?

537


What mysql -u john -p command does?

524