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
How can a database be repaired?
What happens if null values are involved in bitwise operations?
What are drilldown reports?
What is the cartesian product of the table?
What is BCP? When does it used in sql server 2012?
What is the use of builtinadministrators group in sql server? : sql server security
What is database mirroring?
How can you insert values in multiple rows using one Insert statement?
explain different levels of normalization? : Sql server database administration
Which language rdl files made of?
What is difference between rollback immediate and with no_wait during alter database?
How do I start sql server?
Do you know how to implement service broker?
What is ms sql server triggers?
What are parameterized reports?