Exam 8: Advanced Table Management

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

When using transparent table encryption,a random string called a ____ string is added to the column in clear text prior to encryption.

(Multiple Choice)
4.8/5
(37)

What are the primary advantages and disadvantages of an index-organized table?

(Essay)
4.9/5
(33)

By default the CASCADE CONSTRAINTS and PURGE option are included in a DROP TABLE.

(True/False)
4.9/5
(36)

Upgrading a table structure causes any object types used in the table to be updated with the most recent version of the object type definition.

(True/False)
4.8/5
(42)

The large majority of relational data is stored in ____________________-organized tables because it is the default format used by Oracle 10g for relational tables (and for many other database engines).

(Short Answer)
4.9/5
(36)

An index-organized table does not have an index.

(True/False)
4.7/5
(41)

Large-sized files can be loaded into a(n)____________________ record in the database,where they are protected from unauthorized use and possible theft or damage.

(Short Answer)
4.9/5
(38)

Sometimes,Oracle 10g stores an internal LOB's value within the row (____).

(Multiple Choice)
4.8/5
(33)

The LOB datatypes are divided into ____ groups,according to where they are stored.

(Multiple Choice)
5.0/5
(37)

You can partition index-organized tables,but only using ____________________ or range partitioning.

(Short Answer)
4.8/5
(33)

The large majority of relational data is stored in ____ tables.

(Multiple Choice)
4.7/5
(44)

The DBA_RECYCLEBIN and ____________________ metadata views can be used to display the contents of all recycle bins,for all users,or a specifically connected user recycle bin.

(Short Answer)
4.9/5
(48)

Why should you periodically analyze tables in a schema?

(Essay)
4.8/5
(41)

When creating a relational table with a BLOB column,the ____ parameter sets the number of bytes allocated for working with the LOB value.

(Multiple Choice)
4.8/5
(39)

When dropping a table it will automatically be saved in the Oracle 10g database recycle bin.

(True/False)
4.8/5
(33)

When storing LOB values out of line,Oracle 10g allocates space by data blocks,rather than by chunks.

(True/False)
4.9/5
(31)

To analyze a table,you can use either the ____________________ command or the DBMS_STATS predefined package.

(Short Answer)
4.9/5
(36)

An index-organized table indexes all columns in a table.

(True/False)
4.8/5
(41)

____________________-based optimization uses statistics on the actual volume and distribution of table data to determine the best path to retrieve the data,taking into account the relative costs of I / O,CPU time,execution time,and other factors.

(Short Answer)
4.8/5
(42)

The BFILE data is stored inside the database.

(True/False)
4.9/5
(42)
Showing 61 - 80 of 84
close modal

Filters

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