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 / chandra10shekhar

SELECT * FROM department WHERE salary>=5000

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to override dml statements with triggers?

742


Why do we use trigger?

704


What are the system database in sql server 2005?

728


How do I edit a procedure in sql server?

716


How to convert numeric expression data types using the cast() function?

720






Do you know how to send email from database?

724


How do you improve the performance of a SQL Azure Database?

129


Can the query output be sorted by multiple columns in ms sql server?

717


Write a sql query to display the current date?

819


Do you know what is difference between stored procedure and user defined function?

796


What is extended stored procedures?

713


What are advantages of ssrs or why we should use ssrs?

117


Explain system rowset functions?

734


What is blocking?

711


List the different types of joins?

745