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 / arbind panigrahi
select * from deptname where salary<=5000
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What do you mean by data integrity?
What are the characteristics of modern DBMS?
What is a group function explain with an example?
How secure is sql server database?
What is a subquery in a select query statement in ms sql server?
What is resource governor in sql server?
How can change procedure in sql server?
Do you know what are acid properties?
What are the advantages of stored procedure in sql server?
What is the index requirement in SQL Azure?
What is a cache in ssrs?
What is sql azure database?
What is the purpose of the tempdb database?
How can we call UDF(User Define Function) using C# code in ASP.net ?
What is use of attribute hierarchy optimized state? : sql server analysis services, ssas