Multiple choice technology databases

Which one is date function of Oracle...?

  1. multiply_months(x,y)

  2. add_months(x,y)

  3. devide_months(x,y)

  4. upper(x)

Reveal answer Fill a bubble to check yourself
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.