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
Explain what is dbcc?
what are the reporting service components in SSRS?
How will you know when statistics on a table are obsolete?
Explain transaction isolation levels in sql server?
How retrieve field names from the table in SQL through JAVA code?
define and explain the differences between clustered and non-clustered indexes.
SQL Server Architecture ?
How to fine-tune reports?
Is it possible to replicate data from sql server to oracle? : sql server replication
Is mysql better than sql server?
What are advantages of ssrs or why we should use ssrs?
what is sql server? : Sql server database administration
How to rename an existing table with the "sp_rename" stored procedure in ms sql server?
can a database be shrunk to 0 bytes, if not, why? : Sql server administration
Why union all is faster than union?