i have an employment table whch has salary,dept,name? i want
salary b/w 1000 to 5000 can anyone pls say the query for ths ?
Answer Posted / yuvaevergreen
select * from employment where salary between 1000 and 5000
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
How do I add a column to a table in db2?
Explain the function done by data manager?
What is db2 optimizer?
What do you mean by rollback?
How to create db2 table in mainframe?
What is collection in db2 bind?
How to take backup of table in db2?
How to retrieve rows from a db2 table in embedded sql?
What is runstats db2?
How do I delete a table in db2?
What is the maximum size of a char data type in db2?
On which levels locks can be applied?
How do I add a column to an existing table in db2?
What is explain in db2?
How many types of page locks can be held in db2?