if any of the column names is provided wrong, where do you
get the error(during precompilation or during Bind)
Answer Posted / shrik
u will face the error in Precompilation phase itself since
thats where DECLENGS are validated and DBRM is created.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does a deadlock mean in DB2?
define clustering index.
Define db2.
Explain about cursor stability?
How does coalesce work?
what is the role of the cursor in db2?
Is db2 a mainframe database?
Can there be more than one cursor open for any program?
How does cobol compile db2 program?
How do I delete a table in database?
How to fetch the last row from the table in SQL (db2)?
What is buffer pool in the db2 database?
Which isolation level provides highest data integrity?
What is with ur in db2?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.