PLSQL and Cursor Quiz

PLSQL and Cursor Quiz

Professional Development

10 Qs

quiz-placeholder

Similar activities

ict exam

ict exam

KG - Professional Development

10 Qs

BIG DATA DAY 3 Quiz

BIG DATA DAY 3 Quiz

Professional Development

15 Qs

Keyboarding Vocabulary Part 1

Keyboarding Vocabulary Part 1

5th Grade - Professional Development

11 Qs

Administration Database

Administration Database

University - Professional Development

15 Qs

INFO-2EXAMEN

INFO-2EXAMEN

University - Professional Development

11 Qs

AWS RDS Quiz

AWS RDS Quiz

Professional Development

10 Qs

CompTIA Security+ 11-20

CompTIA Security+ 11-20

Professional Development

10 Qs

Revisão HTML / CSS - CEMI

Revisão HTML / CSS - CEMI

Professional Development

14 Qs

PLSQL and Cursor Quiz

PLSQL and Cursor Quiz

Assessment

Quiz

Computers

Professional Development

Medium

Created by

harshali patil

Used 270+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

PL SQL Stands for

Programming Language for SQL

Procedural Language for SQL

Plain Language for SQL

None of these

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Name 4 attributes of explicit cursors

%FOUND,%NOTFOUND,%ROWCOUNT,%ISOPEN

%FOUND,%NOTFOUND,%ISCLOSE,%ISOPEN

%FOUND,%OPEN,%ROWCOUNT,%ISOPEN

None of these

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The name given for Implicit cursor is?

PLSQL

SQL

CURSOR

All the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is the Syntax right using the EMP Table in the DECLARE block

DECLARE

CURSOR C1(DNO OUT EMP.DEPTNO%TYPE) IS SELECT * FROM EMP

WHERE DEPTNO=DNO FOR UPDATE NOWAIT 5;

Correct

Incorrect

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

________ provide a way for your program to select multiple rows of data from the database and then process each row individually.

Trigger

Cursor

Select

Procedure

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_____cursor is declared by ORACLE for each UPDATE, DELETE and INSERT SQL commands.

Internal

External

Implicit

Explicit

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_______ is used to recreate if trigger already exists

Create

Cursor

Procedure

Replace

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?