What are some characteristics of columns that benefit from
indexes?
Answer / s
primary key, foreign key, Joins are often performed on
primary and foreign key columns. columns frequently coded
in the WHERE clause, ORDER BY, GROUP BY, DISTINCT, columns
which are searched or joined over less than 5-10% of the
rows.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what are the various isolation levels possible?
5 rows are inserted to a DB2 Table. Next 3 of those are updated, then a rollback is issued. What would happen when the rollback is issued?
What is the difference between IN subselects and EXISTS subselect?
What are the contents of a dclmgen?
what is the soft code for deadlock ?
How to fetch the uncommited data from table ?
Can there be more than one cursor open for any program?
What is a page?
What is runstats db2?
How does DB2 use multiple table indexes?
what is difference between random and sequence file access
Where could you look if you had a question about whether a column has been defined as an index?