Search Header Logo

Advanced Database Programming

Authored by Rita Wiryasaputra

Professional Development

University

Used 9+ times

Advanced Database Programming
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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');

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?