Which Of The Following Is The Correct Syntax To Declare A #573
Which of the following is the correct syntax to declare a record based upon a pre-defined record-type?
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 Records, Exceptions and Triggers - PL/SQL Records - Quiz No.1.
Which of the following is the correct syntax to declare a record based upon a pre-defined record-type?
record_name record_type;
record_type record_name;
record_name IS record_type;
record_type IS record_name;