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
How do I edit a stored procedure in sql server?
What happens when converting big values to integers?
What is a fill factor?
Will count(column) include columns with null values in its count?
How to send a ssrs report from ssis?
What is merge statement?
Are semicolons required at the end of sql statements in sql server 2005?
Can you type more than one query in the query editor screen at the same time?
explain different types of constraints? : Sql server database administration
How does the report manager work in SSRS?
How to use copy and concatenate commands in SQL?
What is an index in sql?
What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration
What is field with example?
What is exporting and importing utility?