Exam 11: Advanced Data Management

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

PL / SQL stands for _________________________ SQL.

Free
(Short Answer)
4.9/5
(32)
Correct Answer:
Verified

Programming Language for

The usability of ____ technology is in question because it is only available to database- and operating-system level administrative personnel.

Free
(Multiple Choice)
4.8/5
(31)
Correct Answer:
Verified

A

An advantage of Data Pump over the original Import and Export utilities is its better handling of bulk loading and unloading,allowing complete restart or a temporary halt

Free
(True/False)
4.7/5
(31)
Correct Answer:
Verified

True

What is the difference between a by value parameter and a by reference parameter?

(Essay)
4.8/5
(35)

A sequencing control is allowed to disrupt the logical flow of a program through its lines of code.

(True/False)
4.8/5
(37)

A(n)____ path load is a variation on a direct path load and is potentially faster than a direct path load.

(Multiple Choice)
4.7/5
(39)

A ____ is a block of code that allows by value and by reference parameters with no return value.

(Multiple Choice)
4.9/5
(37)

The idea of the export and import utility is to allow a copy from a database of a complete set of data and its ____________________.

(Short Answer)
4.9/5
(34)

The simplest block of code you can create in PL / SQL is a block,enclosed between BEGIN and END commands,containing the command ____________________.

(Short Answer)
4.9/5
(33)

The ____________________ keyword is required in PL / SQL in to copy unique values retrieved by a SELECT statement into program variables.

(Short Answer)
4.9/5
(40)

You can invoke SQL*Loader from a shell using the ____________________ command.

(Short Answer)
4.8/5
(38)

A(n)____________________ block of code is stored and can be recalled later and re-executed again,without having to retype the entire block of code.

(Short Answer)
4.8/5
(30)

By reference (BYREF)implies that a variable is a pointer and can be passed into,but not out of,a procedure within procedure parameters.

(True/False)
4.8/5
(41)

A disadvantage of Data Pump over the original Import and Export utilities is that the latter provide better network support.

(True/False)
4.8/5
(38)

Oracle requires a single quote to apply a(n)____________________ to the second,ignoring the quote as a string terminator.

(Short Answer)
4.8/5
(34)

The ____________________ loop iterates through a known set of values.

(Short Answer)
4.8/5
(42)

The PL / SQL ____________________ datatype stores a TRUE,FALSE or null value.

(Short Answer)
4.8/5
(39)

Indirect path loads are very important to performance as they allow much faster performance during imports,by to the ends of datafiles,without having to pass through the SQL engine.

(True/False)
4.9/5
(32)

A cursor ____________________ is an implicit cursor on the basis that it does not require use of the OPEN,FETCH,and CLOSE statements.

(Short Answer)
4.9/5
(44)

In PL / SQL a block is a chunk of code containing both PL / SQL and ____________________ commands.

(Short Answer)
4.8/5
(32)
Showing 1 - 20 of 89
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)