Exam 8: Advanced Table Management
Exam 1: Oracle Architecture Overview79 Questions
Exam 2: Tools and Architecture100 Questions
Exam 3: Creating an Oracle Instance109 Questions
Exam 4: Oracle Physical Architecture and Data Dictionary Views110 Questions
Exam 5: Basic Storage Concepts and Settings104 Questions
Exam 6: The Basics of Querying a Database109 Questions
Exam 7: Basic Table Management104 Questions
Exam 8: Advanced Table Management84 Questions
Exam 9: Constraints, indexes, and Other Specialized Objects108 Questions
Exam 10: Basic Data Management65 Questions
Exam 11: Advanced Data Management89 Questions
Exam 12: Security Management110 Questions
Exam 13: Performance Monitoring84 Questions
Exam 14: Proactive Maintenance83 Questions
Exam 15: Backup and Recovery86 Questions
Select questions type
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)
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)
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)
____________________-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)
Showing 61 - 80 of 84
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)