SA2 DBA Flashcards
In anonymous block, DECLARE states “this is the start of a block”. In Procedure, ____________ states “this is the start of a subprogram”.
CREATE PROCEDURE
Which keyword is omitted in the declaration section of the procedure? _____
DECLARE
“In the given Procedure header, the underlined clause/keyword is mandatory.
CREATE OR REPLACE PROCEDURE name [parameters] IS|AS
Group of answer choices
True
False”
”
True”
“In the given Procedure header, the underlined clause/keyword is optional.
CREATE OR REPLACE PROCEDURE name [parameters] IS|AS
Group of answer choices
True
False”
”
True”
Subprograms are named PL/SQL blocks that are compiled and stored in the _______.
DATABASE
“The IN parameters can only be read within the procedure and cannot be modified.
Group of answer choices
True
False”
”
True”