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 |
How do you insert a record with a nullable column?
What is query_cache_limit?
What is the command used by TSO users to invoke DB2?
What are the various locks available?
what is check point and restart Logic ? why do we go for that ??
How is deadlock resolved?
i have one file having 100 of records? i want to display it like 20 records in one column and 20 records in another column total 40 records per page ? how ?
how can you copy records present in a flat physical file to a database file(physical file).please explain in rpg400 with a simple example
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?
what is SPUFI ?
i have table agdet i want first 5 maximum commission which query will you write for this thanks in advance
List out the three types of page locks that can be held.