Explain basic SQL queries with SELECT from where Order By,
Group By-Having?
Answer Posted / nitin
sory i m satisfied with idea.actualy i want to know is this
query is right or not.plz inform me.
SELECT country,city
FROM customers
GROUP BY country
ORDER BY city DESC
| Is This Answer Correct ? | 7 Yes | 19 No |
Post New Answer View All Answers
What is sql profiler. What are the default templates with it? : sql server database administration
How to create a dynamic cursor with the dynamic option?
whats new about truncate in sql server 2008?
What do you mean by SQL injection attack?
What is database isolation in sql server? : sql server database administration
Explain about protocol layer present in SQL server?
How to read data in a table with "select" statements?
How to delete duplicate rows?
What can be used instead of trigger?
What is use of dbcc commands?
What are the advantages of sql stored procedure?
Is the primary key column of a table an index in ms sql server?
How to test subquery results with the exists operator?
How do I clean up sql server transaction log?
What is index fragmentation in ms sql server?