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

What happens if null values are involved in expressions?

765


Is there a free mysql?

650


How do I save in mysql?

651


What is horizontally scalable?

688


How to get nth highest salary from table in a mysql?

686


Why do we use group by and order by function in mysql?

694


How many entries can mysql handle?

707


How to display top 50 rows?

798


What is mysql_query?

605


What is the default port for MySQL Server?

746


What is difference between function and procedure in mysql?

642


How to change the database engine in mysql?

645


How do I check mysql version?

686


In how many ways we can retrieve data in the result set of mysql using php?

794


How to use triggers to track changes in mysql?

653