Advanced Database Programming

Advanced Database Programming

University

20 Qs

quiz-placeholder

Similar activities

Pre-Test Procost IV

Pre-Test Procost IV

University

20 Qs

Basics of Python Programming Unit-1

Basics of Python Programming Unit-1

University - Professional Development

20 Qs

CIP 1 Quiz 1

CIP 1 Quiz 1

University

25 Qs

MAD Final Project Preparation

MAD Final Project Preparation

University

16 Qs

Gestión de datos Maestros

Gestión de datos Maestros

University

19 Qs

Pengenalan Dasar Basis Data

Pengenalan Dasar Basis Data

University

15 Qs

SCSVMV QUIZ FEST

SCSVMV QUIZ FEST

University

20 Qs

Ranger Handbook Patrol Base

Ranger Handbook Patrol Base

University

15 Qs

Advanced Database Programming

Advanced Database Programming

Assessment

Quiz

Professional Development

University

Hard

Created by

Rita Wiryasaputra

Used 9+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

PL/SQL is an Oracle proprietary, procedural, fourth-generation programming language. True or False?

True

False

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

In which three ways does PL/SQL extend the SQL programming language? (Choose all correct answers)

By adding conditional control.

By adding iterative control

By adding procedural constructs.

By adding compound constructs.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A program which specifies a list of operations to be performed sequentially to achieve the desired result can be called:

procedural

nondeclarative

low level

declarative

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following statements is true? (Choose all correct answers)

SQL is an ANSI-compliant, nonprocedural, fourth-generation programming language.

PL/SQL is an Oracle proprietary, procedural, third-generation programming language.

PL/SQL is an ANSI-compliant, procedural programming language.

PL/SQL is an Oracle proprietary, procedural, fourth-generation programming language.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements is true?

You can embed SQL statements within PL/SQL code.

You can embed procedural constructs within SQL code.

You can embed PL/SQL statements within SQL code.

None of these are correct.

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What are the characteristics of an anonymous block? (Choose two.)

Stored in the database

Can be declared as procedures or as functions

Compiled each time the code is executed

Unnamed

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which lines of code will correctly display the message "Hello World" ? (Choose two.)

DBMS_OUTPUT.PUT_LINE('Hello' || 'World');

DBMS_OUTPUT('Hello World');

DBMS_OUTPUT.PUT_LINE('Hello World');

DBMS_OUTPUT.PUT_LINE('Hello' || ' ' || 'World');

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?