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


Please Help Members By Posting Answers For Below Questions

What is the difference between cartesian product and cross join?

635


How can you find out which stored procedures are recompiling?

689


What are the acid properties?

719


How to resolve the orphan use problem? : sql server security

708


What is difference between delete and truncate commands?

693






What is measure group, measure? : sql server analysis services, ssas

759


What is the difference between functions and stored procedures?

793


What are locks in sql?

704


Using the customer, and order table in northwind database, please write a query to produce xml?

847


what is spatial nonclustered index

718


How many databases can we create in a single server?

199


How would you go about developing a ssrs report?

135


How to see the event list of an existing trigger using sys.trigger_events?

764


Explain the steps to create and execute a user-defined function in the sql server?

708


What are the types of sql server?

696