DBMS_B1_18032020

DBMS_B1_18032020

University

10 Qs

quiz-placeholder

Similar activities

POST TEST MODULE 4

POST TEST MODULE 4

University

10 Qs

Reportes en Sistemas Web

Reportes en Sistemas Web

University - Professional Development

10 Qs

Java Lesson 8

Java Lesson 8

5th Grade - University

13 Qs

AK B1 PERKEMBANGAN TEKNOLOGI (SET 3@ KONSEP)

AK B1 PERKEMBANGAN TEKNOLOGI (SET 3@ KONSEP)

University

15 Qs

Reading Techniques

Reading Techniques

University

10 Qs

DKV10232 THEORY ASSIGNMENT 3

DKV10232 THEORY ASSIGNMENT 3

12th Grade - University

15 Qs

Quiz-I Introduction to Mechatronics

Quiz-I Introduction to Mechatronics

University

10 Qs

Memory

Memory

University

10 Qs

DBMS_B1_18032020

DBMS_B1_18032020

Assessment

Quiz

Other

University

Hard

Created by

Narasimha Reddy Soora

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

which of the following is true about implicit cursors?

Implicit cursors are used for SQL statements that are not named.

developers should use implicit cursors with great care

implicit cursors are used in cursor for loop for data processing

Implicit cursors are no longer a feature of ORACLE

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

which of the following is not a feature of cursor for loop?

ROWTYPE type declaration

opening and parsing of SQL statments

Fetching of records from cursor

requires exit condition to be defined.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A developer would like to use referential datatype declaration on a variable. The variable name is EMPLOYEE_LASTNAME, and the corresponding table and column is EMPLOYEE, and LNAME, respectively. How would the developer define this variable using referential datatypes?

Use EMPLOYEE.LNAME%TYPE.

Use EMPLOYEE.LNAME%ROWTYPE.

Look up datatype for EMPLOYEE column on LASTNAME table and use that.

Declare it to be type LONG.

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The command used to open a CURSOR FOR loop is

open

fetch

parse

None, cursor for loops handle cursor opening implicitly.

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

As a procedural language by definition, PL/SQL provides several iteration constructs, including basic LOOP statements, WHILE loops, ________, and Cursor FOR loops.

Imperative programming

Programming language

Control flow

For loop

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Find the ODD one out of the following

OPEN

CLOSE

INSERT

FETCH

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the Result of the following 'VIK'||NULL||'RAM' ?

Error

VIK RAM

VIKRAM

NULL

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?