Deck 8: Advanced Table Management

ملء الشاشة (f)
exit full mode
سؤال
VARRAYs LOB can be in a different tablespace than the table.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
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.
سؤال
It is a prerequisite for efficiency that an index-organized table contain only static data.
سؤال
From a performance tuning perspective,caching LOB objects is not sensible unless your application uses very small objects,such as iconic images.
سؤال
Because of their potentially huge size,Oracle 10g has special storage methods for LOBs.
سؤال
When copying an external LOB,only the pointer to the location of the file is actually copied;the original file is not copied.
سؤال
The BFILE data is stored inside the database.
سؤال
An index-organized table indexes all columns in a table.
سؤال
Subjected to constant DML change activity,an index-organized table will deteriorate more rapidly than a regular BTree index.
سؤال
The BLOB,CLOB,and NCLOB datatypes all have their data stored outside the database.
سؤال
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.
سؤال
You cannot include LOB columns in index-organized tables.
سؤال
An index-organized table does not have an index.
سؤال
When creating a relational table with a BLOB column,naming the LOB data segment is optional.
سؤال
You should use LOB storage for VARRAYs,when the VARRAY is intended to be very large.
سؤال
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.
سؤال
Many portions of the storage structure of a table can be modified after the table is created.
سؤال
When storing LOB values out of line,Oracle 10g allocates space by data blocks,rather than by chunks.
سؤال
When deallocating space,the data blocks that are below the high watermark are released back to the database.
سؤال
A BTree index balances data in even branches that split into narrowing ranges of key values.
سؤال
The LOB datatypes are divided into ____ groups,according to where they are stored.

A) two
B) three
C) four
D) five
سؤال
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.
سؤال
The BFILE datatype is a(n)____ LOB.

A) internal
B) external
C) auxiliary
D) dummy
سؤال
Moving a row changes its ROWID.
سؤال
There is a special ____ package called DBMS_LOB,used to simplify the manipulation of data in LOB columns.

A) PL / SQL
B) SQL
C) DML
D) XML
سؤال
The LOGGING clause suppresses the creation of redo log entries for some DDL commands,and some DML commands against the table,and for mass insert commands,such as those run by SQL*Loader.
سؤال
The CREATE TABLE and ALTER TABLE commands can both be used to encrypt table data at the column level.
سؤال
Internal LOBs use ____ semantics.

A) value
B) reference
C) copy
D) write
سؤال
A LOB column has one of ____ datatypes.

A) two
B) three
C) four
D) five
سؤال
When dropping a table it will automatically be saved in the Oracle 10g database recycle bin.
سؤال
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 ____.

A) primary key
B) foreign key
C) index
D) pseudocolumn
سؤال
The ____ datatype is for pointers to an externally stored multimedia file.

A) BLOB
B) CLOB
C) NCLOB
D) BFILE
سؤال
External LOBs use ____ semantics.

A) value
B) reference
C) copy
D) write
سؤال
There is more to the FLASHBACK TABLE command than simply recovering tables from the recycle bin.
سؤال
When little or no down time is available for database maintenance,you can use the DBMS_REDEFINTION for tables in the high-demand system.
سؤال
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.
سؤال
By default the CASCADE CONSTRAINTS and PURGE option are included in a DROP TABLE.
سؤال
The NCLOB datatype is equivalent to the CLOB datatype,but for using ____.

A) ASCII
B) EBCDIC
C) XML
D) Unicode
سؤال
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.

A) static
B) semi-static
C) dynamic
D) fully dynamic
سؤال
The USER_TAB_PRIVS_MADE dictionary view lists table privileges granted by the current user on tables owned by the current user
سؤال
The pointer that directs the database to the actual location of the value is called the ____ locator for external LOBs.

A) internal
B) external
C) BFILE
D) LOB
سؤال
____ was created for high-availability applications,such as online airline reservations or online banking services.

A) DBMS_REDEFINITION
B) DBMS_LOB
C) DBMS_STATS
D) DBMS_ONLINE
سؤال
In an index-organized table every row is stored in a(n)____ index structure.

A) heap
B) LOB
C) advanced
D) BTree
سؤال
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.

A) REMOVE
B) EMPTY
C) TRUNCATE
D) DELETE
سؤال
A(n)____________________ with LOB columns can store huge amounts of data in a single column.
سؤال
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.
سؤال
When creating a relational table with a BLOB column,the ____ parameter sets the number of bytes allocated for working with the LOB value.

A) CHUNK
B) LOB
C) STORAGE
D) STORE AS
سؤال
When using transparent table encryption,a random string called a ____ string is added to the column in clear text prior to encryption.

A) RANDOM
B) RAND
C) SALT
D) DUMMY
سؤال
Sometimes,Oracle 10g stores an internal LOB's value within the row (____).

A) view
B) reference
C) inline
D) copy
سؤال
When creating a relational table with a BLOB column,the ____ parameter tells Oracle 10g to place the LOB values into the data buffer for faster retrieval of frequently accessed data.

A) CHUNK
B) RETENTION
C) STORAGE
D) CACHE
سؤال
The large majority of relational data is stored in ____ tables.

A) schema
B) index-organized
C) heap-organized
D) LOB
سؤال
A(n)____ table is a relational table with a primary key,in which the rows are stored physically in order of the primary key.

A) relational
B) index-organized
C) heap-organized
D) LOB
سؤال
When you set ____ for a table,data blocks read are placed in the "most recently used" section of the buffer.

A) LOGGING
B) BUFFER
C) LOG
D) CACHE
سؤال
The CLOB datatype is a(n)____________________ large object,for storing text strings.
سؤال
The BLOB datatype is a binary ____________________.
سؤال
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.

A) 1000
B) 2000
C) 4000
D) 8000
سؤال
There is now only one type of optimizer available to Oracle 10g: ____-based optimization.

A) rule
B) cost
C) plan
D) auto
سؤال
The BLOB,CLOB,and NCLOB datatypes are called ____________________ LOBs.
سؤال
It is possible to remove all the rows from a table by typing:
____ FROM ;

A) TRUNCATE
B) DELETE
C) DROP
D) REMOVE
سؤال
The pointer that directs the database to the actual location of the value is called the ____ locator for internal LOBs.

A) internal
B) external
C) BFILE
D) LOB
سؤال
Object tables and object-type columns are based on the definition of a(n)____________________.
سؤال
SCN stands for ____________________.
سؤال
A relational table with a primary key constraint automatically has a unique ____________________ associated with the primary key.
سؤال
You can remove all the rows in a table without generating redo log entries by using the ____________________ command.
سؤال
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).
سؤال
When an internal LOB is stored out of line,a separate LOB data ____________________ is created.
سؤال
LONG and ____________________ are deprecated.
سؤال
A query ____________________ is a list of steps taken to retrieve data for a query.
سؤال
To analyze a table,you can use either the ____________________ command or the DBMS_STATS predefined package.
سؤال
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.
سؤال
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.
سؤال
You can partition index-organized tables,but only using ____________________ or range partitioning.
سؤال
You can remove all the table's rows along with the table structure by using the ____________________ TABLE command.
سؤال
A non index-organized table is also called a heap-organized or ____________________ table.
سؤال
The index of a relational table is stored in primary key order in a(n)____________________ index structure,making queries by primary key very fast.
سؤال
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.
سؤال
____________________-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.
سؤال
The high ____________________ is the boundary between used data blocks and unused data blocks in a table.
سؤال
A dropped table,saved to the recycle bin,can be recovered to its state prior to being dropped using a(n)____________________ TABLE command.
سؤال
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.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/84
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 8: Advanced Table Management
1
VARRAYs LOB can be in a different tablespace than the table.
False
2
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
3
It is a prerequisite for efficiency that an index-organized table contain only static data.
False
4
From a performance tuning perspective,caching LOB objects is not sensible unless your application uses very small objects,such as iconic images.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
5
Because of their potentially huge size,Oracle 10g has special storage methods for LOBs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
6
When copying an external LOB,only the pointer to the location of the file is actually copied;the original file is not copied.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
7
The BFILE data is stored inside the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
8
An index-organized table indexes all columns in a table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
9
Subjected to constant DML change activity,an index-organized table will deteriorate more rapidly than a regular BTree index.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
10
The BLOB,CLOB,and NCLOB datatypes all have their data stored outside the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
11
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
12
You cannot include LOB columns in index-organized tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
13
An index-organized table does not have an index.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
14
When creating a relational table with a BLOB column,naming the LOB data segment is optional.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
15
You should use LOB storage for VARRAYs,when the VARRAY is intended to be very large.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
16
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
17
Many portions of the storage structure of a table can be modified after the table is created.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
18
When storing LOB values out of line,Oracle 10g allocates space by data blocks,rather than by chunks.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
19
When deallocating space,the data blocks that are below the high watermark are released back to the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
20
A BTree index balances data in even branches that split into narrowing ranges of key values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
21
The LOB datatypes are divided into ____ groups,according to where they are stored.

A) two
B) three
C) four
D) five
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
22
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
23
The BFILE datatype is a(n)____ LOB.

A) internal
B) external
C) auxiliary
D) dummy
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
24
Moving a row changes its ROWID.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
25
There is a special ____ package called DBMS_LOB,used to simplify the manipulation of data in LOB columns.

A) PL / SQL
B) SQL
C) DML
D) XML
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
26
The LOGGING clause suppresses the creation of redo log entries for some DDL commands,and some DML commands against the table,and for mass insert commands,such as those run by SQL*Loader.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
27
The CREATE TABLE and ALTER TABLE commands can both be used to encrypt table data at the column level.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
28
Internal LOBs use ____ semantics.

A) value
B) reference
C) copy
D) write
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
29
A LOB column has one of ____ datatypes.

A) two
B) three
C) four
D) five
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
30
When dropping a table it will automatically be saved in the Oracle 10g database recycle bin.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
31
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 ____.

A) primary key
B) foreign key
C) index
D) pseudocolumn
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
32
The ____ datatype is for pointers to an externally stored multimedia file.

A) BLOB
B) CLOB
C) NCLOB
D) BFILE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
33
External LOBs use ____ semantics.

A) value
B) reference
C) copy
D) write
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
34
There is more to the FLASHBACK TABLE command than simply recovering tables from the recycle bin.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
35
When little or no down time is available for database maintenance,you can use the DBMS_REDEFINTION for tables in the high-demand system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
37
By default the CASCADE CONSTRAINTS and PURGE option are included in a DROP TABLE.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
38
The NCLOB datatype is equivalent to the CLOB datatype,but for using ____.

A) ASCII
B) EBCDIC
C) XML
D) Unicode
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
39
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.

A) static
B) semi-static
C) dynamic
D) fully dynamic
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
40
The USER_TAB_PRIVS_MADE dictionary view lists table privileges granted by the current user on tables owned by the current user
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
41
The pointer that directs the database to the actual location of the value is called the ____ locator for external LOBs.

A) internal
B) external
C) BFILE
D) LOB
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
42
____ was created for high-availability applications,such as online airline reservations or online banking services.

A) DBMS_REDEFINITION
B) DBMS_LOB
C) DBMS_STATS
D) DBMS_ONLINE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
43
In an index-organized table every row is stored in a(n)____ index structure.

A) heap
B) LOB
C) advanced
D) BTree
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
44
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.

A) REMOVE
B) EMPTY
C) TRUNCATE
D) DELETE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
45
A(n)____________________ with LOB columns can store huge amounts of data in a single column.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
46
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
47
When creating a relational table with a BLOB column,the ____ parameter sets the number of bytes allocated for working with the LOB value.

A) CHUNK
B) LOB
C) STORAGE
D) STORE AS
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
48
When using transparent table encryption,a random string called a ____ string is added to the column in clear text prior to encryption.

A) RANDOM
B) RAND
C) SALT
D) DUMMY
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
49
Sometimes,Oracle 10g stores an internal LOB's value within the row (____).

A) view
B) reference
C) inline
D) copy
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
50
When creating a relational table with a BLOB column,the ____ parameter tells Oracle 10g to place the LOB values into the data buffer for faster retrieval of frequently accessed data.

A) CHUNK
B) RETENTION
C) STORAGE
D) CACHE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
51
The large majority of relational data is stored in ____ tables.

A) schema
B) index-organized
C) heap-organized
D) LOB
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
52
A(n)____ table is a relational table with a primary key,in which the rows are stored physically in order of the primary key.

A) relational
B) index-organized
C) heap-organized
D) LOB
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
53
When you set ____ for a table,data blocks read are placed in the "most recently used" section of the buffer.

A) LOGGING
B) BUFFER
C) LOG
D) CACHE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
54
The CLOB datatype is a(n)____________________ large object,for storing text strings.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
55
The BLOB datatype is a binary ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
56
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.

A) 1000
B) 2000
C) 4000
D) 8000
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
57
There is now only one type of optimizer available to Oracle 10g: ____-based optimization.

A) rule
B) cost
C) plan
D) auto
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
58
The BLOB,CLOB,and NCLOB datatypes are called ____________________ LOBs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
59
It is possible to remove all the rows from a table by typing:
____ FROM ;

A) TRUNCATE
B) DELETE
C) DROP
D) REMOVE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
60
The pointer that directs the database to the actual location of the value is called the ____ locator for internal LOBs.

A) internal
B) external
C) BFILE
D) LOB
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
61
Object tables and object-type columns are based on the definition of a(n)____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
62
SCN stands for ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
63
A relational table with a primary key constraint automatically has a unique ____________________ associated with the primary key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
64
You can remove all the rows in a table without generating redo log entries by using the ____________________ command.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
65
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).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
66
When an internal LOB is stored out of line,a separate LOB data ____________________ is created.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
67
LONG and ____________________ are deprecated.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
68
A query ____________________ is a list of steps taken to retrieve data for a query.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
69
To analyze a table,you can use either the ____________________ command or the DBMS_STATS predefined package.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
70
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
71
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
72
You can partition index-organized tables,but only using ____________________ or range partitioning.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
73
You can remove all the table's rows along with the table structure by using the ____________________ TABLE command.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
74
A non index-organized table is also called a heap-organized or ____________________ table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
75
The index of a relational table is stored in primary key order in a(n)____________________ index structure,making queries by primary key very fast.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
76
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
77
____________________-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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
78
The high ____________________ is the boundary between used data blocks and unused data blocks in a table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
79
A dropped table,saved to the recycle bin,can be recovered to its state prior to being dropped using a(n)____________________ TABLE command.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
80
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 84 في هذه المجموعة.