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
what is the primary use of the model database? : Sql server administration
What is sql server query analyzer?
How to create a store procedure with encryption?
Does index speed up select statements?
How to create and drop temp table in sql server?
A trigger can reference objects outside the current database? State true or false.
What are pages and extents? : SQL Server Architecture
What is difference between Datepart() and Datename() in SqlServer?
What does Master database contains?
Explain subquery and state its properties?
Mention what are the different types of ssrs reports?
What are points to remember while using the fillfactor argument?
How to change the ownership of a schema in ms sql server?
What are the disadvantages of indexes?
What is difference between view and materialized view?