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 |
When do you use the IMAGECOPY?
what are stage one indexable predicates?
What is concurrency?
When can an insert of a new primary key value threaten referential integrity?
How can you quickly find out the # of rows updated after an update statement?
why should we bind the DB2 program . What if we did not BIND a BD2 program ??
9 Answers Infosys, TCS, Xansa,
What's the Maximum Length of SQLCA and what's the content of SQLCABC?
For Null indicator we have 3 values 0,-1,-2. 0->Not nulll -1->Null -2->Value truncated If ther is any possibility to have any positive value other than 0 in Null indicator.If it is so then when we will get and what is the value?
What is the maximum number of tables that can be stored on a Partitioned Table Space ?
what is the sqlcode -501
How to resolve -805 error in DB2?
What are simple, segmented and partitioned table spaces ?