Which one is date function of Oracle...?
-
multiply_months(x,y)
-
add_months(x,y)
-
devide_months(x,y)
-
upper(x)
B
Correct answer
Explanation
In Oracle SQL and PL/SQL, add_months is a built-in date function used to add a specified number of months to a date. Functions like multiply_months or devide_months do not exist.