PLSQL

PLSQL

University

20 Qs

quiz-placeholder

Similar activities

Triggers

Triggers

University

20 Qs

JDBC

JDBC

University

20 Qs

PHP & MySQL

PHP & MySQL

University

20 Qs

U3.2. Statements (JDBC)

U3.2. Statements (JDBC)

University

17 Qs

DBMS LAB_06_12_2022_ BATCH 2 4

DBMS LAB_06_12_2022_ BATCH 2 4

University

20 Qs

SQL Quiz

SQL Quiz

University

19 Qs

Assignment for MSE+CIE-2

Assignment for MSE+CIE-2

University

20 Qs

Web Systems and Technologies

Web Systems and Technologies

University

20 Qs

PLSQL

PLSQL

Assessment

Quiz

Computers

University

Medium

Created by

Rajeswari AM

Used 10+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

PL/SQL Variables are by default

  1. Case Sensitive

  1. Upper Case Sensitive

  1. Lower Case Sensitive

  1. Not Case Sensitive

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In order to initialize a variable with the value other than NULL, it can be done using which method?

  1. A. The Assignment Operator

  1. B. The DEFAULT Keyword

  1. Both A. and B.

  1. None of the given

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct syntax to declare a constant.

  1. constant_name CONSTANT datatype := VALUE;

  1. datatype CONSTANT constant_name := VALUE;

  1. constant_name CONST datatype =: VALUE;

  1. datatype CONSTANT constant_name =: VALUE;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct syntax of IF statement?

  1. IF-THEN statement

  1. IF-THEN-ELSE statement

  1. IF-THEN-ELSIF statement

  1. All of the options

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

CASE statement uses which keyword to work like IF statement?

  1. INTO

  1. AS

  1. WHEN

  1. IN

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax of PL/SQL Loop?

  1. LOOP END LOOP; Sequence of statements;

  1. END LOOP; LOOP Sequence of statements;

  1. LOOP Sequence of statements; END LOOP;

  1. END LOOP; Sequence of statements; LOOP

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you want to execute a series of statements repeatedly, you use the PL/SQL ____ loop.

  1. Cursor For

  1. Cursor

  1. For

  1. While

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?