What are some characteristics of columns that benefit from
indexes?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between plan and package in db2?
What is the physical storage length of time data type?
Is db2 relational database?
What is the maximum No of rows per page?
What is runstats utility in db2?
What is consistency token in db2?
What is bind plan?
How do I copy a table in db2?
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
When reorg is used?
What is phantom read in db2?
What are the various data types available in db2?
Which are the db2 tools to protect integrity of the database?
List out the buffer pools in db2
How many databases can be created inside an instance in db2 ?