Which Of The Following Statement Can Be Used To Define A User #487
Which of the following statement can be used to define a user defined datatype in PL/SQL?
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 Variables - PL/SQL Data Types - Quiz No.1.
Which of the following statement can be used to define a user defined datatype in PL/SQL?
SUBTYPE userdefined_datatype_name (value) IS datatype
SUBTYPE datatype (value) IS userdefined_datatype_name
SUBTYPE userdefined_datatype_name IS datatype (value)
SUBTYPE userdefined_datatype_name datatype (value)