i need to know how i display department which has salary >
=5000 for the below table
Department
-----------
salary deptname
1000 a
3000 a
2000 b
3000 b
4000 c
5000 c
kindly send the query to thilakvinoth13@gmail.com
Answer Posted / guest
select deptname from department where salary>=5000
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How do we synchronize On-Premise SQL server with SQL Azure?
Write a SQL query in order to merge two different columns into single column?
What is the difference between count and distinct count?
Explain the difference between primary keys and foreign keys?
What are triggers in ms sql server?
What is Command line parameters in PLSQL.?
Tell me in brief how sql server enhances scalability of the database system?
what are the Prerequisites for Replication?
What is key attribute?
What are security principals used in sql server 2005?
How many types of objects are there?
What is the use of @@spid?
What are the indexes in sql server?
What are the properties of the transactions?
What is the purpose of data source?