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


Please Help Members By Posting Answers For Below Questions

What is a full text index?

662


How do you delete a data source?

749


Is foreign key a primary key?

680


How to invoke a trigger on demand?

721


How much memory that we are using in Logshipping Concept?

1527






What is primary key, unique key, and foreign key?

723


Explain how to use linked server?

737


How to find related tables in sql server?

682


How is sql used in sql server?

672


What is exclusive locks?

699


What is the difference between varchar and varchar(max) datatypes?

759


Explain features and concepts of analysis services?

668


What is database replication? What are the different types of replication you can set up in sql server?

667


What is an etl file?

699


What happens when transaction log is full?

657