0% found this document useful (0 votes)
4K views

Quiz 1

PL/SQL extends SQL by adding procedural constructs like conditional and iterative control. It allows embedding SQL statements within PL/SQL code. PL/SQL stands for Procedural Language extension for SQL and is an Oracle proprietary, procedural 3GL programming language. SQL is an ANSI-compliant, nonprocedural 4GL programming language.

Uploaded by

Marin Florina
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4K views

Quiz 1

PL/SQL extends SQL by adding procedural constructs like conditional and iterative control. It allows embedding SQL statements within PL/SQL code. PL/SQL stands for Procedural Language extension for SQL and is an Oracle proprietary, procedural 3GL programming language. SQL is an ANSI-compliant, nonprocedural 4GL programming language.

Uploaded by

Marin Florina
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Section 1 Lesson 1

1.
In which three ways does PL/SQL extend the SQL pro gramming language?

By adding procedural constructs. (*)

By adding compound constructs.

By adding iterative control. (*)

By adding conditional control. (*)

2.
Which of the following statements is true?

You can embed PL/SQL statements within SQL code.


You can embed SQL statements within PL/SQL code. (*)
You can embed procedural constructs within SQL code.
None.

3. PL/SQL stands for:

Processing Language for SQL.


Procedural Language extension for SQL. (*)
Primary Language for SQL.
Proprietary Language for SQL.

4.
Which of the following statements is true?

PL/SQL is an Oracle proprietary, procedural, 3GL programming language. (*)


PL/SQL is an Oracle proprietary, procedural, 4GL programming language.
PL/SQL is an Oracle proprietary, nonprocedural, 3GL programming language.
PL/SQL is an ANSI-compliant, procedural programming language.
5.
Nonprocedural languages allow the programmer to produce a result when a series o
f steps are followed. True or False?
True
False (*)
6.
Which of the following statements about SQL is true?

SQL is an Oracle proprietary, nonprocedural, 4GL programming language.


SQL is an Oracle proprietary, procedural, 3GL programming language.

SQL is an ANSI-compliant, nonprocedural, 4GL programming language. (*)


SQL is an ANSI-compliant, procedural, 4GL programming language.

You might also like