Multiple choice technology databases Which is NOT Date function? ADD_MONTHS NEXT_DAY LAST_DAY NEXT_MONTHS Reveal answer Fill a bubble to check yourself B Correct answer Explanation ADD_MONTHS, NEXT_DAY, and LAST_DAY are all standard SQL date functions. NEXT_MONTHS does not exist in standard SQL date function sets. The function to add months is ADD_MONTHS, not NEXT_MONTHS. NEXT_MONTHS is the invalid/non-standard option.