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 mysql cursor?
Where does mysql store data?
Why should I learn mysql?
What is database engine in mysql?
Why do gaps in sequences occur?
What is full text indexing in mysql?
What do I do if I forgot my mysql root password?
How do I find mysql database?
What is delimiter in mysql?
What is the use of mysqli_fetch_array?
How do you name a table?
What are the different types of triggers in mysql?
Write a query to display even rows in student table using mysql?
What is field in mysql?
What is the difference between mysql_fetch_assoc and mysql_fetch_array?