SELECT country,city
FROM customers
GROUP BY country
ORDER BY city DESC
Answer Posted / nitin
is right or not
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
What is the default password for mysql?
Can you tell how many values can set the function of mysql to consider?
How many triggers are possible in mysql?
Why phpmyadmin is used for mysql?
What is innodb_buffer_pool_size?
Can you tell the difference between mysql_fetch_object and mysql_fetch_array?
What is delimiter $$?
How do I find the size of a mysql database?
What is the query to display top 20 rows?
What is horizontally scalable?
Is mysql free for enterprise?
What is view? How can you create and drop view in mysql?
How do I view mysql logs?
What are the reasons for selecting lamp (linux, apache, mysql, php) instead of combination of other software programs, servers and operating systems?
What is mysql common?