How to define the a field which accepts value till 99999.99
in db2
Answer Posted / kk
in db2 decimal(7,2) & application cobol pgm 9(5)v99.
| Is This Answer Correct ? | 33 Yes | 1 No |
Post New Answer View All Answers
ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE
What type of database is db2?
Differentiate between cs and rr isolation levels? Where do you specify them?
How do you select a row using indexes in db2?
How to find primary key of a table in db2?
What is release/acquire in bind?
What is concurrency?
Who uses db2?
What is host variable in db2 cobol?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
What is db2 optimizer?
What is runstats utility in db2?
Explain db2.
What is the difference between plan and package in db2?
On which levels locks can be applied?