SQL ORACLE ACADEMY QUIZ SECTION 1 (INTRODUCTION)

> section 1
1)Which of the following statements is true? 
   *PL/SQL is an Oracle proprietary, procedural, 3GL programming language. 

2)PL/SQL stands for:
   * Procedural Language extension for SQL.

3)Which of the following statements about SQL is true?
  *SQL is an ANSI-compliant, nonprocedural, 4GL programming language.

4)Nonprocedural languages allow the programmer to produce a result when a series of steps are followed.   True or False?  
    *FALSE

5) In which three ways does PL/SQL extend the SQL programming language?
  *By adding conditional control
  * By adding iterative control
  *By adding procedural constructs 

6)Which of the following statements is true
   * You can embed SQL statements within PL/SQL code  

Comments

Post a Comment