SM - PL SQL test

SM - PL SQL test

Professional Development

24 Qs

quiz-placeholder

Similar activities

Basic 2 Python

Basic 2 Python

12th Grade - Professional Development

20 Qs

For Loop Python_2024

For Loop Python_2024

Professional Development

20 Qs

C Code Master

C Code Master

Professional Development

20 Qs

Year 9 Python: End of Unit assessment

Year 9 Python: End of Unit assessment

Professional Development

27 Qs

CONTROL STRUCTURES - LIST

CONTROL STRUCTURES - LIST

Professional Development

25 Qs

Python basics

Python basics

KG - Professional Development

19 Qs

3D Printing Orientation

3D Printing Orientation

6th Grade - Professional Development

20 Qs

c-basics-1

c-basics-1

10th Grade - Professional Development

24 Qs

SM - PL SQL test

SM - PL SQL test

Assessment

Quiz

Computers

Professional Development

Medium

Created by

An Bình

Used 3+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

PL/SQL stands for what ?
Procedural Language
Programming Language
Presequences Language
Processing Language

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Correct order of a PL/SQL structre ?
declare … begin ... exception … end;
begin … declare … exception … end;
declare … begin … end … exception ;
declare … begin … end ;
begin … end ;

3.

MULTIPLE SELECT QUESTION

1 min • 1 pt

How to comment in Oracle ?
// comment
/* comment */
-- comment
# comment
<! –– comment ––>

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will happen with this code ?

Error because it has 2 my_var variables
Error because its 2 my_var variables have same data type
Run success and print 0
Run success and print 1

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will happen with this code ?

Error because the" if else" syntax is wrong
Error because the "between" syntax is wrong
Run success and print A
Run success and print B
Run success and print C

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will happen with this code ?

Error because the"case when" syntax is wrong
Error because the "when 10" appeared twice
Run success and print A
Run success and print B
Run success and print C

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will happen with this code ?

Error because the "while" syntax is wrong
Error because missing my_var changes in the loop
Run success and print from 0 to 9
Run success and print 0 repeatedly

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?