Review Questions


1.

The data dictionary view IND has the same definition as what other data dictionary view?

the data dictionary view ind is equivalent to the data dictionary view user_indexes .

2.

The most common form of a table in the Oracle database is a(n) table.

relational

3.

What clause do you add to the CREATE TABLE statement to create a temporary table?

you add the clause global temporary to the create table statement to create a temporary table.

4.

What tables are displayed if a user accesses the ALL_TABLES data dictionary view?

the all_tables data dictionary view contains a row for each table in the user s schema plus a row for each table that the user has access to in other schemas of the database.

5.

Name two ways in which external tables are different from relational tables.

external tables cannot be updated, and external tables cannot have indexes created on them.

6.

True or false: Oracle resolves object references by checking for private synonyms first.

false, oracle resolves object references by checking for a real object owned by the user, then checks for a private synonym, and then checks for a public synonym.

7.

What are two reasons for creating a view against one or more tables?

a view can be created to hide the complexity of a table join from the user. a view can also be created to restrict the rows or columns seen by users ofthe view.

8.

What database object type can be used to generate a series of sequential numbers?

a sequence can be used to generate a series of sequential numbers.

9.

True or false: Data dictionary tables retain their contents even after the database has been shut down and restarted.

true, data dictionary tables retain their contents even after the database has been restarted. dynamic performance views, however, lose their contents when the database is shut down and restarted.

10.

An index created on more than one column is known as what kind of index?

an index based on more than one column is known as a composite index.

Answers

1.

The data dictionary view IND is equivalent to the data dictionary view USER_INDEXES.

2.

Relational

3.

You add the clause GLOBAL TEMPORARY to the CREATE TABLE statement to create a temporary table.

4.

The ALL_TABLES data dictionary view contains a row for each table in the user’s schema plus a row for each table that the user has access to in other schemas of the database.

5.

External tables cannot be updated, and external tables cannot have indexes created on them.

6.

False, Oracle resolves object references by checking for a real object owned by the user, then checks for a private synonym, and then checks for a public synonym.

7.

A view can be created to hide the complexity of a table join from the user. A view can also be created to restrict the rows or columns seen by users of the view.

8.

A sequence can be used to generate a series of sequential numbers.

9.

True, data dictionary tables retain their contents even after the database has been restarted. Dynamic performance views, however, lose their contents when the database is shut down and restarted.

10.

An index based on more than one column is known as a composite index.




Oracle9i DBA JumpStart
Oracle9i DBA JumpStart
ISBN: 0782141897
EAN: 2147483647
Year: 2006
Pages: 138
Authors: Bob Bryla

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net