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
SCN stands for ____________________.
Free
(Short Answer)
4.8/5
(47)
Correct Answer:
System Change Number
Oracle 10g introduced encryption of data within the confines of an Oracle database,preventing potential snooping into datafiles from outside the confines of Oracle database software.
Free
(True/False)
4.8/5
(37)
Correct Answer:
True
Because of their potentially huge size,Oracle 10g has special storage methods for LOBs.
Free
(True/False)
4.8/5
(36)
Correct Answer:
True
You can remove all the rows in a table without generating redo log entries by using the ____________________ command.
(Short Answer)
4.7/5
(32)
Procedures and functions in the DBMS_LOB package are all standard programming structures,used to open,close,read,and write files,along with various other activities.
(True/False)
4.7/5
(35)
A query ____________________ is a list of steps taken to retrieve data for a query.
(Short Answer)
4.9/5
(44)
A relational table with a primary key constraint automatically has a unique ____________________ associated with the primary key.
(Short Answer)
4.9/5
(33)
The NCLOB datatype is equivalent to the CLOB datatype,but for using ____.
(Multiple Choice)
4.9/5
(39)
If you are sure you do not need the data and want to remove thousands or millions of rows quickly,you can use the ____ command.
(Multiple Choice)
4.9/5
(36)
The high ____________________ is the boundary between used data blocks and unused data blocks in a table.
(Short Answer)
4.8/5
(43)
An example of a ____ table could be a table used to look up the population of a city by its state,county,and municipal code.
(Multiple Choice)
4.9/5
(36)
There is a special ____ package called DBMS_LOB,used to simplify the manipulation of data in LOB columns.
(Multiple Choice)
4.8/5
(35)
Index-organized tables tend to have smaller-sized rows (than tables with LOBs)that benefit from a consolidation of the table's ____________________ storage and the table's data storage.
(Short Answer)
4.9/5
(39)
Many portions of the storage structure of a table can be modified after the table is created.
(True/False)
4.9/5
(30)
A good use for index-organized tables is a table in which most of the columns are indexed within the primary key of the table and the data that is not part of the primary key is relatively small and static.
(True/False)
4.8/5
(44)
When you set ____ for a table,data blocks read are placed in the "most recently used" section of the buffer.
(Multiple Choice)
4.8/5
(36)
Unless you specify that all LOB values must be stored out of line,Oracle 10g stores LOB values that are less than ____-byte-long inline.
(Multiple Choice)
4.7/5
(39)
You can remove all the table's rows along with the table structure by using the ____________________ TABLE command.
(Short Answer)
4.9/5
(38)
Showing 1 - 20 of 84
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)