What is the reason behind not using select * in embedded sql programs?
What is the use of db2 optimizer?
AGGREGATE function support by DB2. A) SUM & AVG B) SUM, MIN & AVG C) SUM, MAX, AVG , MIN &COUNT D) NONE
Describe the elements of the SELECT query syntax?
What does reorg do in db2?
What is the use of runstats 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?
How many databases are there?
Request to database but database is not available so what is was abend is raised?
What is a buffer in memory?
Explain what a plan is?
what is cursor stability?
What is the use of reorg in db2?