Exam 7: Basic Table Management

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

After a table is defined,you can use SQL to add data to the table.

(True/False)
4.9/5
(31)

What are temporary tables?

(Essay)
4.9/5
(39)

In Oracle 10g release 2 (10.2)each database has its own Database Control service running on a Windows computer (selected when creating the database using the ________________________________________ tool.)

(Short Answer)
4.9/5
(36)

A(n)____________________ is a query that is embedded in another SQL command.

(Short Answer)
4.9/5
(39)

The ____ runs on a database server through an HTTP protocol and could have security issues.

(Multiple Choice)
4.7/5
(30)

A ____ is the basic storage unit for data in the Oracle 10g database.

(Multiple Choice)
4.9/5
(41)

The ____ datatype stores unstructured data in binary format.

(Multiple Choice)
4.9/5
(40)

Temporary tables use temporary segments in either a temporary tablespace or a permanent tablespace.

(True/False)
4.8/5
(37)

All full table scans by queries read the entire table,including any deleted extents,ultimately leading to poor performance.

(True/False)
4.8/5
(47)

Index-organized tables cannot be partitioned.

(True/False)
4.7/5
(26)

Tables can be partitioned to store large quantities of data and increase performance of access to that data.

(True/False)
4.9/5
(32)

A(n)____________________ alias is a short name for a results column and is used when generating tables or views to give the results column a valid column name.

(Short Answer)
4.8/5
(43)

Locally managed tables eliminate much of the work in managing storage space.

(True/False)
4.9/5
(34)

A(n)____ table is a table where the primary key contains both the index and the data (non-indexed columns in the table).

(Multiple Choice)
4.8/5
(45)

An object table is ____ when you insert records into the table.

(Multiple Choice)
4.7/5
(42)

Oracle 10g allows the physical splitting of table data into separated sections called ____.

(Multiple Choice)
4.9/5
(41)

____ tables contain data in a file outside the database,such as in a text file.

(Multiple Choice)
4.8/5
(41)

To prevent row migration,you can adjust two storage parameters to suit the characteristics of your table's data: PCTFREE and ____.

(Multiple Choice)
4.8/5
(46)

Tablespace parameters cannot be overridden by setting them when you create a table.

(True/False)
4.7/5
(41)

You should use a(n)____________________ table when the data is retrieved by primary key values or ranges of primary key values.

(Short Answer)
4.8/5
(33)
Showing 81 - 100 of 104
close modal

Filters

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