Multiple choice technology databases

SQL72 error means?

  1. Multi-Line Field not valid in ORDER BY clause

  2. Multi-Line Field must be the Left operand of the Comparison

  3. Multi-Line Field only valid for LIKE, Contains ([), or NULL Comparison

  4. None of these

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

SQL72 indicates that a multi-line text field cannot be used in an ORDER BY clause because multi-line fields don't have a well-defined sorting order. The database engine cannot determine how to properly sort rows based on multi-line content. Options B and C describe other potential multi-line field restrictions that would apply in different contexts, while option D is incorrect since option A accurately describes the error.