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 / rajkumar
Select Deptname from Department Where salary >=5000
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to access the deleted record of an event?
How raid can influence database performance?
What is difference between primary key and foreign key?
Write an sql query for deleting duplicate rows?
How to check if a table is being used in sql server?
What is dirty read?
What are the hotfixes and patches in sql server?
Is it important for a database administrator to understand the operating system and file access?
How many types of schemas are there?
What are the differences between web role and worker role?
What is cursors?
Explain few examples of RDBMS?
What is linked report?
Explain what role entity and relationship play in an ER diagram.
What are the two authentication modes in sql server?