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
The BLOB,CLOB,and NCLOB datatypes are called ____________________ LOBs.
(Short Answer)
4.8/5
(48)
Index-organized tables help you query table rows more quickly by reducing the number of times a process must read either memory or disk to retrieve the row data,when rows are read according to the ____.
(Multiple Choice)
4.8/5
(37)
If you copy an external LOB from one row or column to another,the entire LOB-including its data-is copied to the new location.
(True/False)
4.9/5
(37)
The USER_TAB_PRIVS_MADE dictionary view lists table privileges granted by the current user on tables owned by the current user
(True/False)
4.7/5
(36)
Executing a(n)____________________ command that removes all the table's rows causes Oracle 10g background processes to write undo records and redo log entries for each row deleted.
(Short Answer)
4.8/5
(36)
When an internal LOB is stored out of line,a separate LOB data ____________________ is created.
(Short Answer)
4.8/5
(40)
In an index-organized table every row is stored in a(n)____ index structure.
(Multiple Choice)
4.9/5
(36)
From a performance tuning perspective,caching LOB objects is not sensible unless your application uses very small objects,such as iconic images.
(True/False)
4.9/5
(37)
It is possible to remove all the rows from a table by typing:
____ FROM <tablename>;
(Multiple Choice)
4.8/5
(34)
A dropped table,saved to the recycle bin,can be recovered to its state prior to being dropped using a(n)____________________ TABLE command.
(Short Answer)
4.8/5
(30)
The index of a relational table is stored in primary key order in a(n)____________________ index structure,making queries by primary key very fast.
(Short Answer)
4.8/5
(30)
When copying an external LOB,only the pointer to the location of the file is actually copied;the original file is not copied.
(True/False)
4.8/5
(40)
Oracle 10g has a feature called _________________________,allowing you to make nearly any change to a table you need,while keeping the table available for inserts and updates most of the time.
(Short Answer)
4.8/5
(32)
The CLOB datatype is a(n)____________________ large object,for storing text strings.
(Short Answer)
4.9/5
(37)
You should use LOB storage for VARRAYs,when the VARRAY is intended to be very large.
(True/False)
4.8/5
(46)
Object tables and object-type columns are based on the definition of a(n)____________________.
(Short Answer)
4.8/5
(45)
When creating a relational table with a BLOB column,naming the LOB data segment is optional.
(True/False)
4.9/5
(41)
Showing 21 - 40 of 84
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)