PL/SQL MCQs Quiz

PL/SQL MCQs Quiz

12th Grade

30 Qs

quiz-placeholder

Similar activities

Verifica SQL 5B marzo fila A

Verifica SQL 5B marzo fila A

12th Grade

35 Qs

GCSE Computer Science: Programming (Python)

GCSE Computer Science: Programming (Python)

9th - 12th Grade

25 Qs

SAD 1 Test 4

SAD 1 Test 4

9th - 12th Grade

26 Qs

Pemrograman dan Pengembangan Web

Pemrograman dan Pengembangan Web

12th Grade

30 Qs

recursion and review

recursion and review

9th - 12th Grade

35 Qs

Intro to IT Ch 7 Quiz Review

Intro to IT Ch 7 Quiz Review

9th - 12th Grade

25 Qs

ExKul ITC 3D Blender From Zero To Hero

ExKul ITC 3D Blender From Zero To Hero

12th Grade

25 Qs

CS Revision 5

CS Revision 5

12th Grade

30 Qs

PL/SQL MCQs Quiz

PL/SQL MCQs Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

DR MURTHY

Used 4+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

PL/SQL is a procedural extension of which database language?

SQL Server

PostgreSQL

SQL

MySQL

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which section is mandatory in a PL/SQL block?

DECLARE

BEGIN

EXCEPTION

END

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid PL/SQL block structure?

DECLARE -> BEGIN -> EXCEPTION -> END

BEGIN -> DECLARE -> EXCEPTION -> END

DECLARE -> EXCEPTION -> BEGIN -> END

BEGIN -> END

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for string concatenation in PL/SQL?

+

||

&

#

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to define a variable with the same data type as a table column?

%ROWTYPE

%TYPE

%COLUMN

%DATATYPE

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about IF...THEN...ELSE in PL/SQL?

IF must always be followed by ELSE

ELSE is mandatory

Multiple ELSIF can be used

It cannot be nested

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output if NULLIF(5, 5) is executed?

5

0

NULL

Error

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?