SA2 DBA Flashcards

1
Q

In anonymous block, DECLARE states “this is the start of a block”. In Procedure, ____________ states “this is the start of a subprogram”.

A

CREATE PROCEDURE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which keyword is omitted in the declaration section of the procedure? _____

A

DECLARE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

“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”

A


True”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

“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”

A


True”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Subprograms are named PL/SQL blocks that are compiled and stored in the _______.

A

DATABASE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

“The IN parameters can only be read within the procedure and cannot be modified.
Group of answer choices

True

False”

A


True”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly