Which Of The Following Interval Function Is Used To Convert A #632
Which of the following interval function is used to convert a number x to an INTERVAL YEAR TO MONTH?
This multiple choice question (MCQ) is related to the book/course
gs gs115 Structured Query Language.
It can also be found in
gs gs115 PL/SQL Data Types and DBMS Output - PL/SQL Date and Time - Quiz No.1.
Which of the following interval function is used to convert a number x to an INTERVAL YEAR TO MONTH?
NUMTODSINTERVAL(x, interval_unit);
NUMTOYMINTERVAL(x, interval_unit);
TO_DSINTERVAL(x);
TO_YMINTERVAL(x);