Multiple choice technology databases

find the correct usage....

  1. colesce

  2. coalesce

  3. coalsce

  4. coalese

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

COALESCE is a standard SQL function (including Oracle) that returns the first non-null value from its argument list. The other spellings are invalid.