Title | |
---|---|
PL/SQL is a –PL/SQL is a –
The answer is:
B. Block Structured Language
|
|
What does PL/SQL stand for?What does PL/SQL stand for?
The answer is:
A. PL/SQL stands for Procedural Language Extension of SQL
|
|
What is TRUE about PL/SQL functionalities?What is TRUE about PL/SQL functionalities?
The answer is:
D. All of the above
|
|
Oracle Database's ____ are inherited in PL/SQLOracle Database's ____ are inherited in PL/SQL.
The answer is:
D. All of the above
|
|
PL/SQL text is made up of lexical units, which are groups of characters and can be classified as –PL/SQL text is made up of lexical units, which are groups of characters and can be classified as –
The answer is:
D. All of the above
|
|
A Variable in PL/SQL should not exceed – |
|
Which of the following is/are TRUE about PL/SQL Variables?Which of the following is/are TRUE about PL/SQL Variables?
The answer is:
D. All of the above
|
|
PL/SQL Variables are by default –PL/SQL Variables are by default –
The answer is:
D. Not Case Sensitive
|
|
PL/SQL Variable needs to be declared in the –PL/SQL Variable needs to be declared in the –
The answer is:
B. Declaration Section
|
|
The correct syntax to declare PL/SQL variable is –The correct syntax to declare PL/SQL variable is –
The answer is:
A. variable_name [CONSTANT] datatype [NOT NULL] [:= | DEFAULT initial_value]
|
|
The term ____ refers to a declaration with a size, scale, or precision limitThe term ____ refers to a declaration with a size, scale, or precision limit.
The answer is:
B. Constrained declaration
|
|
Which of the following is TRUE about Constrained Declaration?Which of the following is TRUE about Constrained Declaration?
The answer is:
A. An unconstrained declaration requires more memory than a constrained declaration.
|
|
What is/are the Naming Rules for the PL/SQL Variables?What is/are the Naming Rules for the PL/SQL Variables?
The answer is:
D. All of the above
|
|
In order to initialize a variable with the value other than NULL, it can be done using which method?In order to initialize a variable with the value other than NULL, it can be done using which method?
The answer is:
C. Both A. and B.
|
|
What is the name of the two variable scopes in PL/SQL?What is the name of the two variable scopes in PL/SQL?
The answer is:
C. Local & Global Variable
|
|
What is the difference between Local & Global Variables?What is the difference between Local & Global Variables?
The answer is:
D. Variables in an inner block are defined as local variables since they cannot be accessed from the outside whereas the outermost block declares global variables.
|
MCQs
Views
Best Answers
Points