Department
-----------
salary Deptname
1000 A
3000 A
2000 B
3000 B
4000 C
5000 C
select the deptname where salary >=5000
result should be:
Deptname
---------
C
please post only executed query in SQL server 2005
Asked By: Md. Niyaz
Answer Posted / praveen s
C
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is an sql server agent?
query processing
How to retrieve error messages using mssql_get_last_message()?
How to send email from database?
What are the different ways you can create databases in sql server?
ow to bring suspect mode datbase online from scratch
Is profiler the only tool that has the ability to audit and identify ddl events? : sql server security
What command is used to rename the database?
Do you know the capabilities of cursors?
How is SQL Azure different than SQL server?
What is the maximum size of a row in sql server?
What is the purpose of sql profiler in sql server?
Why olap is used?
How do I make a resultset scrollable?
What purpose does the model database server?