Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Oracle Database Administrator
Quiz 8: Advanced Table Management
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 61
Short Answer
Object tables and object-type columns are based on the definition of a(n)____________________.
Question 62
Short Answer
SCN stands for ____________________.
Question 63
Short Answer
A relational table with a primary key constraint automatically has a unique ____________________ associated with the primary key.
Question 64
Short Answer
You can remove all the rows in a table without generating redo log entries by using the ____________________ command.
Question 65
Short Answer
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).
Question 66
Short Answer
When an internal LOB is stored out of line,a separate LOB data ____________________ is created.
Question 67
Short Answer
LONG and ____________________ are deprecated.
Question 68
Short Answer
A query ____________________ is a list of steps taken to retrieve data for a query.
Question 69
Short Answer
To analyze a table,you can use either the ____________________ command or the DBMS_STATS predefined package.
Question 70
Short Answer
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.
Question 71
Short Answer
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.
Question 72
Short Answer
You can partition index-organized tables,but only using ____________________ or range partitioning.
Question 73
Short Answer
You can remove all the table's rows along with the table structure by using the ____________________ TABLE command.
Question 74
Short Answer
A non index-organized table is also called a heap-organized or ____________________ table.
Question 75
Short Answer
The index of a relational table is stored in primary key order in a(n)____________________ index structure,making queries by primary key very fast.
Question 76
Short Answer
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.
Question 77
Short Answer
____________________-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.