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 / venu
Select * from employment table where salary between 1000 to
50000
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
How can you count the number of rows from a table tab?
What is runstats and reorg in db2?
What is db2 instance?
What type of database is db2?
what is the sqlcode -501
What is a trigger in the db2 database?
If I have a view which is a join of two or more tables, can this view be updateable?
What is meant by union and union all?
What is page size in db2?
Mention the downsides of page level lock.
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
What are concurrency issues?
Which component is responsible for processing sql statements and selecting access paths?
What are the two types of logging in the db2 database? Explain them.
What is syscat in db2?