Which Of The Following Statement Is Used To Take Input From The #476
Which of the following statement is used to take input from the user 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 take input from the user in PL/SQL?
variable_name datatype = &variable_name;
datatype variable_name := &variable_name;
datatype variable_name = &variable_name;
variable_name datatype := &variable_name;