adspace


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

explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration

1133


What is sql or structured query language?

1227


How can I check that whether automatic statistic update is enabled or not?

1112


List out the different types of locks available in sql server?

1050


Why should you use or avoid select * statements?

1109


If any stored procedure is encrypted, then can we see its definition in activity monitor?

1071


How efficient you are in oracle and SQL server?

1257


what is the difference between openrowset and openquery?

1194


Can you index views?

954


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

1047


Why and when do stored procedure recompile?

1060


what is the Ticketing tool used in Wipro technologies at Bangalore...???

8230


What is the primary use of the model database?

1149


How to connect php with different port numbers?

1189


What are different types of constraints?

1001