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 |
What's the Maximum Length of SQLCA and what's the content of SQLCABC?
How to insert more than one record using insert?
What is UNION,UNION ALL?
how to copy the host variables from ps file into cobol program other than include statement
Usually, which is more important for DB2 system performance - CPU processing or I/O access?
If we keep the DCLGEN structure for a table in a copybook and include it in the COBOL program using the COPY statement, will there be any impact during compilation or at any stage of program execution?
what is the responsibility of the construction superintendent
In a single table,How to retrieve a employee-id of an employee who works in more than one department?
Name some fields from SQLCA
What is null indicator in cobol db2?
What is the difference between cursor stability and repeatable read isolation levels?
What are sqlcodes –803,-805, -811, -818,-904,-911,-913,-101, +100?