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
What happens if null values are involved in expressions?
Is there a free mysql?
How do I save in mysql?
What is horizontally scalable?
How to get nth highest salary from table in a mysql?
Why do we use group by and order by function in mysql?
How many entries can mysql handle?
How to display top 50 rows?
What is mysql_query?
What is the default port for MySQL Server?
What is difference between function and procedure in mysql?
How to change the database engine in mysql?
How do I check mysql version?
In how many ways we can retrieve data in the result set of mysql using php?
How to use triggers to track changes in mysql?