PL/SQL Concepts Quiz

PL/SQL Concepts Quiz

University

15 Qs

quiz-placeholder

Similar activities

Data Type

Data Type

University - Professional Development

20 Qs

Java Unit 1

Java Unit 1

University

10 Qs

Triggers

Triggers

University

20 Qs

PLSQL-Introduction

PLSQL-Introduction

University

12 Qs

PHP & MySQL

PHP & MySQL

University

20 Qs

PL/SQL

PL/SQL

University

10 Qs

3TEC_R3_2 TRI_BANCO DE DADOS_25 AO 32

3TEC_R3_2 TRI_BANCO DE DADOS_25 AO 32

University

15 Qs

PL/SQL Concepts Quiz

PL/SQL Concepts Quiz

Assessment

Quiz

Computers

University

Hard

Created by

SZ S

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which section of a PL/SQL block is mandatory?

Declaration

Execution

Exception Handling

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct sequence of a PL/SQL block?

BEGIN, DECLARE, EXCEPTION

DECLARE, BEGIN, EXCEPTION

EXCEPTION, BEGIN, DECLARE

BEGIN, EXCEPTION, DECLARE

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid PL/SQL data type?

BOOLEAN

CHAR

INTEGER

STRING

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum size of a VARCHAR2 variable in PL/SQL?

1000 bytes

2000 bytes

4000 bytes

8000 bytes

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following looping constructs is available in PL/SQL?

FOR LOOP

WHILE LOOP

LOOP with EXIT

All of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you exit from a loop in PL/SQL?

BREAK

CONTINUE

EXIT

STOP

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which control structure is not supported in PL/SQL?

IF-THEN-ELSE

CASE

SWITCH

LOOP

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?