Multiple choice technology mainframe

ASCENDING/DESCENDING KEY data item cannot be floating point items.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

ASCENDING and DESCENDING keys are used for sorting and table searching operations (SORT, SEARCH ALL). Floating-point numbers are approximate values and may have tiny representation errors, making them unreliable for exact comparisons required by these operations. Therefore, floating-point items cannot be used as sort/search keys. Option A is correct.