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
Where is localdb stored?
How to use user defined functions in expressions?
What is local temp table?
Can a table have 2 primary keys?
What does normalization do to data?
What are the dmvs?
After creating the cube, if we added a new column to the oltp table then how you add this new attribute to the cube? : sql server analysis services, ssas
What is reportserver and reportservertempdb ?
What is the purpose of the tempdb database?
How to create a trigger for insert only?
Explain in brief about Microsoft SQL server?
Do you know what is a trace frag? Where do we use it?
What is named calculation? : sql server analysis services, ssas
Can you roll back the ddl statement in a trigger?
How can you insert null values in a column while inserting the data?