Multiple choice technology databases

Which of following is not ISO std SQL construct

  1. Decode

  2. Case

  3. Minus

  4. None of above

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

DECODE is an Oracle-specific SQL function not part of the ISO SQL standard. CASE is the standard SQL construct for conditional logic, while MINUS is Oracle's equivalent of the standard EXCEPT set operator.