Exam 8: Advanced Table Management

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

The BLOB,CLOB,and NCLOB datatypes are called ____________________ LOBs.

(Short Answer)
4.8/5
(48)

Index-organized tables help you query table rows more quickly by reducing the number of times a process must read either memory or disk to retrieve the row data,when rows are read according to the ____.

(Multiple Choice)
4.8/5
(37)

If you copy an external LOB from one row or column to another,the entire LOB-including its data-is copied to the new location.

(True/False)
4.9/5
(37)

The USER_TAB_PRIVS_MADE dictionary view lists table privileges granted by the current user on tables owned by the current user

(True/False)
4.7/5
(36)

Executing a(n)____________________ command that removes all the table's rows causes Oracle 10g background processes to write undo records and redo log entries for each row deleted.

(Short Answer)
4.8/5
(36)

When an internal LOB is stored out of line,a separate LOB data ____________________ is created.

(Short Answer)
4.8/5
(40)

In an index-organized table every row is stored in a(n)____ index structure.

(Multiple Choice)
4.9/5
(36)

From a performance tuning perspective,caching LOB objects is not sensible unless your application uses very small objects,such as iconic images.

(True/False)
4.9/5
(37)

You cannot include LOB columns in index-organized tables.

(True/False)
4.9/5
(47)

Give examples of uses of LOB columns.

(Essay)
4.7/5
(50)

The BLOB datatype is a binary ____________________.

(Short Answer)
4.8/5
(44)

It is possible to remove all the rows from a table by typing: ____ FROM <tablename>;

(Multiple Choice)
4.8/5
(34)

A dropped table,saved to the recycle bin,can be recovered to its state prior to being dropped using a(n)____________________ TABLE command.

(Short Answer)
4.8/5
(30)

The index of a relational table is stored in primary key order in a(n)____________________ index structure,making queries by primary key very fast.

(Short Answer)
4.8/5
(30)

When copying an external LOB,only the pointer to the location of the file is actually copied;the original file is not copied.

(True/False)
4.8/5
(40)

Oracle 10g has a feature called _________________________,allowing you to make nearly any change to a table you need,while keeping the table available for inserts and updates most of the time.

(Short Answer)
4.8/5
(32)

The CLOB datatype is a(n)____________________ large object,for storing text strings.

(Short Answer)
4.9/5
(37)

You should use LOB storage for VARRAYs,when the VARRAY is intended to be very large.

(True/False)
4.8/5
(46)

Object tables and object-type columns are based on the definition of a(n)____________________.

(Short Answer)
4.8/5
(45)

When creating a relational table with a BLOB column,naming the LOB data segment is optional.

(True/False)
4.9/5
(41)
Showing 21 - 40 of 84
close modal

Filters

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