my project is insurance management system,how to explain my
work environment in interview?
Answers were Sorted based on User's Feedback
Answer / mdv
My project is Insurance management system.
We have policies, forms, coverages.
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / mythri
Work environment is same as in any other project ;)
| Is This Answer Correct ? | 2 Yes | 2 No |
What is the difference between SYNONYM and ALIAS?
What information is held in SYSIBM.SYSCOPY?
In cursor program perform para varying until 1 by 1 fetch para cursor------close para in the blank what will come for confirming in the database?
What is drop table?
What is db2 bind process?
What's the maximum number of volumes that can be added to a STOGROUP?
How do I copy a table in db2?
What are the various isolation levels possible?
what is the steps followed in EXPLAIN Process or EXPLAIN command. (Explain is for identifying the optimized access path but how or what is the steps for doing the EXPLAIN)
What is the function of the Data Manager?
What is schema in db2?
I have 3 cursors declared. Cursor1 retieves some data. Based on this curso2 will also fetches some data. In cursor3 (using for some updation) I'm using the data retrieved by the above 2 cursor. My question is, while working with cursor3, periodically if I give commit, will all the three crsors will be closed or only cursor3 will be closed?