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 can you do the explain of a dynamic sql statement?
How is the value function used?
Is db2 a mainframe database?
What is lock escalation in db2?
Define declaration generator (dclgen).
What is a db2 cursor?
What is universal database?
How to execute stored procedure in db2 command editor?
Explain about rct in db2?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
Mention data types used in db2 ?
What is innodb buffer pool?
What is image copy in db2?
Mention some fields that are a part of sqlca.
Explain the contents that are a part of dclgen.