Multiple choice

Which of the following functions is used in SQL to return sign of a given number?

  1. ROUND()

  2. TRUNC()

  3. MOD()

  4. SIGN()

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

This function returns sign of a given number.