COMPILER DESIGN

ADVANCED TOPICS IN COMPILER DESIGN

CODE GENERATION FOR OBJECT ORIENTED LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following statements is true? (Choose all correct answers)
A
SQL is an ANSI-compliant, nonprocedural, fourth-generation programming language.
B
PL/SQL is an Oracle proprietary, procedural, third-generation programming language.
C
PL/SQL is an ANSI-compliant, procedural programming language.
D
PL/SQL is an Oracle proprietary, procedural, fourth-generation programming language.
Explanation: 

Detailed explanation-1: -Answer : D. Q 3-Which of the following is true about the PL/SQL language? A-PL/SQL provides access to predefined SQL packages.

Detailed explanation-2: -PL/SQL is Oracle’s procedural language extension to SQL. PL/SQL allows you to mix SQL statements with procedural constructs. PL/SQL provides the capability to define and execute PL/SQL program units such as procedures, functions, and packages.

Detailed explanation-3: -In which three ways does PL/SQL extend the SQL programming language? (Choose all correct answers) By adding conditional control. By adding procedural constructs. By adding compound constructs.

Detailed explanation-4: -In Oracle database management, PL/SQL is a procedural language extension to Structured Query Language (SQL). The purpose of PL/SQL is to combine database language and procedural programming language.

There is 1 question to complete.