Advanced Database Programming

Advanced Database Programming

University

20 Qs

quiz-placeholder

Similar activities

T-Mobile Quiz 2

T-Mobile Quiz 2

University

23 Qs

Abreviatures en Català 3 abcd

Abreviatures en Català 3 abcd

6th Grade - University

15 Qs

SQL

SQL

12th Grade - Professional Development

18 Qs

posttest_fipart

posttest_fipart

University - Professional Development

20 Qs

QUIZ 3 - DFC2083

QUIZ 3 - DFC2083

University

15 Qs

DAY 17 - MySQL Commands: DDL, DML, TCL (2nd July 2024)

DAY 17 - MySQL Commands: DDL, DML, TCL (2nd July 2024)

University

15 Qs

Pre test Post Tes Proffesional Manners

Pre test Post Tes Proffesional Manners

University

15 Qs

Examen Final de Programación

Examen Final de Programación

University

20 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?