Exam 7: Basic Table Management

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

____________________ partitioning uses a hashing algorithm to spread table rows evenly across separate physical files in the database.

(Short Answer)
4.9/5
(34)

A(n)____________________ partition allows splitting of data based on ranges of values within a table's rows.

(Short Answer)
4.9/5
(37)

If a row is updated and requires more free space than the block contains,the entire row is ____________________,that is,moved to another block.

(Short Answer)
4.8/5
(35)

There are two formats for the physical ROWID: extended ROWID and ____ ROWID.

(Multiple Choice)
4.8/5
(43)

You can partition any table except one that is part of a ____.

(Multiple Choice)
4.9/5
(34)

What is XML?

(Essay)
4.9/5
(34)

A table ____________________ is a shortcut name for a table used to prefix columns in an SQL command in place of using the entire table name.

(Short Answer)
4.8/5
(44)

With ____ partitioning,you are actually partitioning the data and then partitioning the data within each partition.

(Multiple Choice)
4.9/5
(36)

The ____ datatype stores pointers to an external file,such as an audio track.

(Multiple Choice)
4.8/5
(34)

The ____________________ datatype stands for universal ROWID datatype,and it can hold any type of ROWID,including a record identifier from a non-Oracle database.

(Short Answer)
4.8/5
(40)

The ____ of a data block shrinks as rows are inserted or updated with more data,causing both the row directory and the row data to consume more space.

(Multiple Choice)
4.9/5
(43)

A subpartition ____________________ describes all the subpartitions once and then all the partitions that use it.

(Short Answer)
4.8/5
(37)

Partitioned tables can store each partition in a separate tablespace.

(True/False)
4.8/5
(34)

A(n)____________________ acts like a column in a query,but is actually calculated by the database a query is executed.

(Short Answer)
5.0/5
(33)

Two sessions cannot use the same temporary table at the same time.

(True/False)
4.8/5
(30)

A ____ contains the physical or logical address of the row.

(Multiple Choice)
4.9/5
(39)

When you create a table you cannot define the storage settings of the table.

(True/False)
4.7/5
(40)

A(n)____________________ value is a value that is filled into the column when an inserted row does not specify the value for that column.

(Short Answer)
4.9/5
(37)

The default value for INITRANS is 1 for tables and ____ for indexes.

(Multiple Choice)
4.8/5
(35)

A table created with one column of the XMLtype datatype is a(n)____________________ table.

(Short Answer)
5.0/5
(36)
Showing 41 - 60 of 104
close modal

Filters

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