Multiple choice technology databases

LAST_DAY(date) finds the date of the last day of the month that contains date.

  1. True

  2. False

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

In Oracle SQL, the LAST_DAY function takes a date value as an argument and returns the date of the last day of that same month. This makes the statement entirely accurate.