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 type of Index will get created after executing the above statement?

649


State a few properties of relational databases?

670


How sql server executes a statement with nested subqueries?

515


What is tablesample?

583


What stored procedure would you use to view lock information?

538






What is the concept of optimization?

578


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

565


Which tools are available to manage SQL Azure databases and servers?

93


How to rebuild the master database?

584


How to drop an existing stored procedure in ms sql server?

553


What do you understand by the denormalisation?

557


Explain the rules for designing files and file groups in sql server?

560


What is report subscription?

93


Explain the steps needed to create a scheduled job?

531


Explain few of the new features of sql server 2008 management studio

532