InterviewSolution
Saved Bookmarks
| 1. |
What Parameter In The Define Aix Option Is Used To Determine The Maximum Number Of Duplicate Keys Allowable ? |
|
Answer» The RECORDSIZE parameter. There are 2 NUMBERS that follow this: the 1st is the average and the 2nd is the maximum. The values are equal to 5 + (CLUSTER KEY LENGTH) + N*(alternate key length), where N is the allowable number of DUPLICATES. The RECORDSIZE parameter. There are 2 numbers that follow this: the 1st is the average and the 2nd is the maximum. The values are equal to 5 + (cluster key length) + N*(alternate key length), where N is the allowable number of duplicates. |
|