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 / dd
select salary from employment
where sal between 1000 and 5000
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Which are the db2 tools to protect integrity of the database?
Why cursor is used in db2?
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
What is null indicator in db2?
What is the difference between nvl and coalesce?
What is explain plan in db2?
What is the result of open cursor statement?
How can you find out the # of rows updated after an update statement?
How to fetch the last row from the table in SQL (db2)?
What's The Error Code For Unique Index Voilation?
How many types of page locks can be held in db2?
What are db2 objects?
What is view db2?
What is a db2 collection?
define clustering index.