Multiple choice

Which of the following SQL functions returns the last day of the month from the current date or date specified by the user?

  1. ADD_MONTHS()

  2. LAST_DAY()

  3. NEXT_DAY()

  4. MONTHS_BETWEEN()

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

This function returns last day of the month from the current date or date specified by the user.