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 command do we use to rename a database?
How can sql server instances be hidden? : sql server security
What are the components of dbms?
What is sharding?
What is an indexed view?
Explain iaas, paas and saas?
How do I find the sql server instance name?
How would you choose between a clustered and a non-clustered index?
What is difference between oltp and olap?
What is difference between commit and rollback when used in transactions?
What is a fill factor?
How can I create a report based on a query? : sql server management studio
How are the unique and primary key constraints different?
Explain primary key in sql server?
why would you use sql agent? : Sql server database administration