Can you define an Index if the table size less than 10
PAGES?
Answer / s
You do not want to define an index on such a small table
because, its an overhead to maintain the index and
tablespace scan will only result in 1 I/O.
| Is This Answer Correct ? | 6 Yes | 2 No |
What is scrollable cursor in db2?
What value the host varible will contain , if null indicator value is -2 ? Will it contain the truncated value or nothing will move ?
Before you give the explain statement, what are the prerogatives?
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
Mention the downsides of page level lock.
how to fetch first 100 rows in db2
db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above.
how to resolve -805 . how to see dbrm and package not found
what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names
i tried to copy some records from microsoft excel to as-400 physical file through "Bosanova" emulation. Out of 14000 records only 12000 records copies and subsequently programe started to hang. Then, i closed the program forcefully. I did' under stand the problem. Also when i try to compile the physical file it is showing as "The file in use". How to overcome this problem?
Define declaration generator (dclgen).
In cursor program-1 can we create another cursor program-2 inside the cursor program-1.If yes how/no why ?