Which Of The Following Statement Is Used To Initialise A #475
Which of the following statement is used to initialise a variable 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 Basics - PL/SQL Syntax - Quiz No.1.
Which of the following statement is used to initialise a variable in PL/SQL?
variable_name datatype := value;
datatype variable_name := value;
variable_name datatype = value;
datatype variable_name = value;