Deck 11: Database Performance Tuning and Query Optimization

ملء الشاشة (f)
exit full mode
سؤال
Most current-generation relational DBMSs perform automatic query optimization at the client end.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Indexes do not facilitate join operations.
سؤال
Good database performance is easy to evaluate.
سؤال
An index scan is less efficient than a full table scan.
سؤال
Good database performance starts with good database design.
سؤال
The primary factor in determining the most efficient access plan is the I/O cost.
سؤال
The SQL cache stores the end-user written SQL.
سؤال
Working with data in the data cache is many times faster than working with data in the data files.
سؤال
The purpose of an I/O operation is to move data to and from different computer components or devices.
سؤال
DBMS implementations are typically similar in complexity to two-tier client/server configurations.
سؤال
All factors must be checked to ensure that each system component operates at its optimum level and has sufficient resources to minimize the occurrence of bottlenecks.
سؤال
The data cache caches system catalog data and the contents of the indexes.
سؤال
Fully equivalent means that the optimized query results are always the same as the original query.
سؤال
The SQL execution activities are performed by the query optimizer.
سؤال
A cost-based optimizer uses a set of preset rules and points to determine the best approach to execute a query.
سؤال
One of the main functions of a database system is to provide timely answers to end users.
سؤال
All transaction management commands are processed during the parsing and execution phases of query processing.
سؤال
To work with data, the DBMS must retrieve the data from permanent storage and place it in RAM.
سؤال
A data file can contain rows from a single table alone.
سؤال
Using index characteristics, a database designer can determine the best type of index to use.
سؤال
The data cache or is a shared, reserved memory area that stores the most recently accessed data blocks in RAM.

A) buffer cache
B) procedure cache
C) SQL cache
D) permanent storage
سؤال
When moving data from permanent storage to RAM, an I/O disk operation retrieves:

A) an entire table.
B) an entire physical disk block.
C) only the row containing the attribute requested.
D) only the attribute which was requested.
سؤال
The DBMS the SQL query and chooses the most efficient access/execution plan.

A) parses
B) executes
C) fetches
D) processes
سؤال
Automatic query optimization means that the:

A) optimization takes place at compilation time by the programmer.
B) DBMS finds the most cost-effective access path without user intervention.
C) optimization process is scheduled and selected by the end user or programmer.
D) database access strategy is defined when the program is executed.
سؤال
Indexes are very useful in small tables or tables with low sparsity.
سؤال
Character field comparisons are faster than numeric, date, and NULL comparisons.
سؤال
The is a shared, reserved memory area that stores the most recently executed SQL statements or PL/SQL procedures, including triggers and functions.

A) buffer cache
B) procedure cache
C) data cache
D) permanent storage
سؤال
On the server side, the database environment must be properly configured to respond to clients' requests in the fastest way possible, while making optimum use of existing resources. The activities required to achieve this goal are commonly referred to as tuning.

A) client and server
B) database SQL
C) SQL performance
D) DBMS performance
سؤال
RAID systems use a single disk to create storage volumes.
سؤال
A system table space, a user data table space, an index table space, and a temporary table space are examples of _____.

A) procedure caches
B) file groups
C) data caches
D) operation modes
سؤال
On the client side, the objective is to generate an SQL query that returns a correct answer in the least amount of time, using a minimum amount of resources at the server end. The activities required to achieve this goal are commonly referred to as tuning.

A) client SQL
B) database SQL
C) SQL performance
D) DBMS performance
سؤال
To generate database object statistics manually, following syntax should be used in Oracle: .

A) ANALYZE object_name;
B) CREATE
object_name;
C) ANALYZE
object_name COMPUTE STATISTICS;
D) CREATE
object_name COMPUTE STATISTICS;
سؤال
DBMS performance tuning includes global tasks such as managing the DBMS processes in primary memory and managing the structures in physical storage.
سؤال
In-memory database systems are optimized to store small portions of the database in disk storage alone.
سؤال
A(n) is a logical grouping of several data files that store data with similar characteristics.

A) procedure cache
B) table space
C) data cache
D) listener
سؤال
To work with data, a DBMS must retrieve the data from and place them in .

A) data files; procedure cache
B) RAM; data cache
C) permanent storage; RAM
D) temporary files; procedure cache
سؤال
The data cache is where the data read from the database data files are stored the data have been read or the data are written to the database data files.

A) after; before
B) after; after
C) before; before
D) before; after
سؤال
A DBA determines the initial size of the data files that make up the database; however, as required, the data files can automatically expand in predefined increments known as .

A) procedure cache
B) buffer cache
C) supplements
D) extends
سؤال
The process analyzes SQL queries and finds the most efficient way to access data.

A) optimizer
B) scheduler
C) listener
D) user
سؤال
Maximizing disk contention is one of the general recommendations for the physical storage of databases.
سؤال
The cache stores the most recently executed SQL statements.

A) data
B) procedure
C) sort
D) optimizer
سؤال
In standard SQL, the optimizer hint FIRST_ROWS is generally used for mode processes.

A) batch
B) interactive
C) transaction
D) real-time
سؤال
From the performance point of view, databases eliminate disk access bottlenecks.

A) RAID
B) distributed
C) index-organized
D) in-memory
سؤال
The majority of primary memory resources will be allocated to the cache.

A) data
B) SQL
C) sort
D) optimizer
سؤال
In the context of RAID levels, refers to writing the same data blocks to separate drives.

A) striping
B) mirroring
C) partitioning
D) aggregating
سؤال
Bitmap indexes tend to use less space than a because they use bits instead of bytes to store their data.

A) hash index
B) sparse index
C) B-tree index
D) reverse index
سؤال
In the context of RAID levels, striped arrays provide:
A) increased read performance and fault tolerance.
B) increased fault tolerance but decreased performance.

A) increased read performance but no fault tolerance.
D) neither fault tolerance nor good performance.
سؤال
If there is no index, the DBMS will perform a scan.

A) loop
B) range
C) row ID table access
D) full table
سؤال
Knowing the sparsity of a column helps you decide whether the use of is appropriate.

A) query processing
B) query optimization
C) an index
D) a full table scan
سؤال
The table space is used to store the data dictionary tables.

A) system
B) user data
C) temporary
D) rollback segment
سؤال
refers to the number of different values a column could possibly have.

A) Database statistics
B) Data sparsity
C) A bitmap index
D) Clustering
سؤال
The LIKE conditional operator is used by the OPERAND1.

A) P_PRICE
B) V_STATE
C) P_QOH
D) V_CONTACT
سؤال
When setting optimizer hints, instructs the optimizer to minimize the overall execution time, that is, to minimize the time it takes to return the total number of rows in the query result set. This hint is generally used for batch mode processes.

A) ALL_ROWS
B) FIRST_ROWS
C) INDEX(P_QOH_NDX)
D) OPTIMIZATION_ROWS
سؤال
The table space is used for transaction-recovery purposes.

A) system
B) user data
C) temporary
D) rollback segment
سؤال
The cache is used as a temporary storage area for ORDER BY or GROUP BY operations, as well as for index-creation functions.

A) data
B) SQL
C) sort
D) optimizer
سؤال
In standard SQL, the optimizer hint ALL_ROWS is generally used for mode processes.

A) interactive
B) real-time
C) batch
D) transaction
سؤال
Which of the following is the first step of query processing at the DBMS server end?

A) Executing
B) Parsing
C) Fetching
D) Delivering
سؤال
The must be set large enough to permit as many data requests to be serviced from cache as possible.

A) data cache
B) SQL cache
C) sort cache
D) optimizer mode
سؤال
is the central activity during the parsing phase in query processing.

A) Clustering
B) Partitioning
C) Query validation
D) Query optimization
سؤال
The DBMS the data and sends the result set back to the client.

A) parses
B) executes
C) fetches
D) processes
سؤال
Database activities can be divided into those taking place either on the client side or on the server side.
سؤال
DBMS query processing has phases.
سؤال
The analyzes the SQL query and finds the most efficient way to access the data.
سؤال
The cache is a shared, reserved memory area that stores the most recently executed SQL statements or PL/SQL procedures, including triggers and functions.
سؤال
are ordered sets of values that are crucial in speeding up data access.
سؤال
is an index based on a specific SQL function or expression.
سؤال
helps provide a balance between performance and fault tolerance.
سؤال
is evaluated based on client perspective.
سؤال
is a measure of the likelihood that an index will be used in query processing.
سؤال
In RAID level 5,:

A) the data and the parity data are striped across separate drives.
B) the data blocks are spread over separate drives and are duplicated.
C) the array requires a minimum of two drives and is known as a striped array.
D) the array requires a minimum of five drives and is known as duplexing.
سؤال
A is good for simple and fast lookup operations based on equality conditions.
سؤال
is another name for table space.
سؤال
Once an SQL statement is transformed, the DBMS creates what is commonly known as a(n) plan.
سؤال
End users and the DBMS interact through the use of to generate information.
سؤال
The table space is the most frequently accessed table space and should be stored in its own volume.
سؤال
are special instructions for the optimizer that are embedded inside the SQL command text.
سؤال
A(n) request is a low-level read or write data access operation to or from computer devices.
سؤال
List and describe some typical DBMS processes.
سؤال
A conditional expression is normally expressed within the or HAVING clauses of a SQL statement.
سؤال
A system will perform best when its hardware and software resources are .
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/85
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 11: Database Performance Tuning and Query Optimization
1
Most current-generation relational DBMSs perform automatic query optimization at the client end.
False
2
Indexes do not facilitate join operations.
False
3
Good database performance is easy to evaluate.
False
4
An index scan is less efficient than a full table scan.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
5
Good database performance starts with good database design.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
6
The primary factor in determining the most efficient access plan is the I/O cost.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
7
The SQL cache stores the end-user written SQL.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
8
Working with data in the data cache is many times faster than working with data in the data files.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
9
The purpose of an I/O operation is to move data to and from different computer components or devices.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
10
DBMS implementations are typically similar in complexity to two-tier client/server configurations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
11
All factors must be checked to ensure that each system component operates at its optimum level and has sufficient resources to minimize the occurrence of bottlenecks.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
12
The data cache caches system catalog data and the contents of the indexes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
13
Fully equivalent means that the optimized query results are always the same as the original query.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
14
The SQL execution activities are performed by the query optimizer.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
15
A cost-based optimizer uses a set of preset rules and points to determine the best approach to execute a query.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
16
One of the main functions of a database system is to provide timely answers to end users.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
17
All transaction management commands are processed during the parsing and execution phases of query processing.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
18
To work with data, the DBMS must retrieve the data from permanent storage and place it in RAM.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
19
A data file can contain rows from a single table alone.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
20
Using index characteristics, a database designer can determine the best type of index to use.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
21
The data cache or is a shared, reserved memory area that stores the most recently accessed data blocks in RAM.

A) buffer cache
B) procedure cache
C) SQL cache
D) permanent storage
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
22
When moving data from permanent storage to RAM, an I/O disk operation retrieves:

A) an entire table.
B) an entire physical disk block.
C) only the row containing the attribute requested.
D) only the attribute which was requested.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
23
The DBMS the SQL query and chooses the most efficient access/execution plan.

A) parses
B) executes
C) fetches
D) processes
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
24
Automatic query optimization means that the:

A) optimization takes place at compilation time by the programmer.
B) DBMS finds the most cost-effective access path without user intervention.
C) optimization process is scheduled and selected by the end user or programmer.
D) database access strategy is defined when the program is executed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
25
Indexes are very useful in small tables or tables with low sparsity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
26
Character field comparisons are faster than numeric, date, and NULL comparisons.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
27
The is a shared, reserved memory area that stores the most recently executed SQL statements or PL/SQL procedures, including triggers and functions.

A) buffer cache
B) procedure cache
C) data cache
D) permanent storage
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
28
On the server side, the database environment must be properly configured to respond to clients' requests in the fastest way possible, while making optimum use of existing resources. The activities required to achieve this goal are commonly referred to as tuning.

A) client and server
B) database SQL
C) SQL performance
D) DBMS performance
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
29
RAID systems use a single disk to create storage volumes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
30
A system table space, a user data table space, an index table space, and a temporary table space are examples of _____.

A) procedure caches
B) file groups
C) data caches
D) operation modes
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
31
On the client side, the objective is to generate an SQL query that returns a correct answer in the least amount of time, using a minimum amount of resources at the server end. The activities required to achieve this goal are commonly referred to as tuning.

A) client SQL
B) database SQL
C) SQL performance
D) DBMS performance
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
32
To generate database object statistics manually, following syntax should be used in Oracle: .

A) ANALYZE object_name;
B) CREATE
object_name;
C) ANALYZE
object_name COMPUTE STATISTICS;
D) CREATE
object_name COMPUTE STATISTICS;
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
33
DBMS performance tuning includes global tasks such as managing the DBMS processes in primary memory and managing the structures in physical storage.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
34
In-memory database systems are optimized to store small portions of the database in disk storage alone.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
35
A(n) is a logical grouping of several data files that store data with similar characteristics.

A) procedure cache
B) table space
C) data cache
D) listener
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
36
To work with data, a DBMS must retrieve the data from and place them in .

A) data files; procedure cache
B) RAM; data cache
C) permanent storage; RAM
D) temporary files; procedure cache
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
37
The data cache is where the data read from the database data files are stored the data have been read or the data are written to the database data files.

A) after; before
B) after; after
C) before; before
D) before; after
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
38
A DBA determines the initial size of the data files that make up the database; however, as required, the data files can automatically expand in predefined increments known as .

A) procedure cache
B) buffer cache
C) supplements
D) extends
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
39
The process analyzes SQL queries and finds the most efficient way to access data.

A) optimizer
B) scheduler
C) listener
D) user
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
40
Maximizing disk contention is one of the general recommendations for the physical storage of databases.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
41
The cache stores the most recently executed SQL statements.

A) data
B) procedure
C) sort
D) optimizer
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
42
In standard SQL, the optimizer hint FIRST_ROWS is generally used for mode processes.

A) batch
B) interactive
C) transaction
D) real-time
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
43
From the performance point of view, databases eliminate disk access bottlenecks.

A) RAID
B) distributed
C) index-organized
D) in-memory
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
44
The majority of primary memory resources will be allocated to the cache.

A) data
B) SQL
C) sort
D) optimizer
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
45
In the context of RAID levels, refers to writing the same data blocks to separate drives.

A) striping
B) mirroring
C) partitioning
D) aggregating
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
46
Bitmap indexes tend to use less space than a because they use bits instead of bytes to store their data.

A) hash index
B) sparse index
C) B-tree index
D) reverse index
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
47
In the context of RAID levels, striped arrays provide:
A) increased read performance and fault tolerance.
B) increased fault tolerance but decreased performance.

A) increased read performance but no fault tolerance.
D) neither fault tolerance nor good performance.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
48
If there is no index, the DBMS will perform a scan.

A) loop
B) range
C) row ID table access
D) full table
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
49
Knowing the sparsity of a column helps you decide whether the use of is appropriate.

A) query processing
B) query optimization
C) an index
D) a full table scan
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
50
The table space is used to store the data dictionary tables.

A) system
B) user data
C) temporary
D) rollback segment
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
51
refers to the number of different values a column could possibly have.

A) Database statistics
B) Data sparsity
C) A bitmap index
D) Clustering
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
52
The LIKE conditional operator is used by the OPERAND1.

A) P_PRICE
B) V_STATE
C) P_QOH
D) V_CONTACT
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
53
When setting optimizer hints, instructs the optimizer to minimize the overall execution time, that is, to minimize the time it takes to return the total number of rows in the query result set. This hint is generally used for batch mode processes.

A) ALL_ROWS
B) FIRST_ROWS
C) INDEX(P_QOH_NDX)
D) OPTIMIZATION_ROWS
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
54
The table space is used for transaction-recovery purposes.

A) system
B) user data
C) temporary
D) rollback segment
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
55
The cache is used as a temporary storage area for ORDER BY or GROUP BY operations, as well as for index-creation functions.

A) data
B) SQL
C) sort
D) optimizer
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
56
In standard SQL, the optimizer hint ALL_ROWS is generally used for mode processes.

A) interactive
B) real-time
C) batch
D) transaction
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
57
Which of the following is the first step of query processing at the DBMS server end?

A) Executing
B) Parsing
C) Fetching
D) Delivering
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
58
The must be set large enough to permit as many data requests to be serviced from cache as possible.

A) data cache
B) SQL cache
C) sort cache
D) optimizer mode
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
59
is the central activity during the parsing phase in query processing.

A) Clustering
B) Partitioning
C) Query validation
D) Query optimization
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
60
The DBMS the data and sends the result set back to the client.

A) parses
B) executes
C) fetches
D) processes
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
61
Database activities can be divided into those taking place either on the client side or on the server side.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
62
DBMS query processing has phases.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
63
The analyzes the SQL query and finds the most efficient way to access the data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
64
The cache is a shared, reserved memory area that stores the most recently executed SQL statements or PL/SQL procedures, including triggers and functions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
65
are ordered sets of values that are crucial in speeding up data access.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
66
is an index based on a specific SQL function or expression.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
67
helps provide a balance between performance and fault tolerance.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
68
is evaluated based on client perspective.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
69
is a measure of the likelihood that an index will be used in query processing.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
70
In RAID level 5,:

A) the data and the parity data are striped across separate drives.
B) the data blocks are spread over separate drives and are duplicated.
C) the array requires a minimum of two drives and is known as a striped array.
D) the array requires a minimum of five drives and is known as duplexing.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
71
A is good for simple and fast lookup operations based on equality conditions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
72
is another name for table space.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
73
Once an SQL statement is transformed, the DBMS creates what is commonly known as a(n) plan.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
74
End users and the DBMS interact through the use of to generate information.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
75
The table space is the most frequently accessed table space and should be stored in its own volume.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
76
are special instructions for the optimizer that are embedded inside the SQL command text.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
77
A(n) request is a low-level read or write data access operation to or from computer devices.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
78
List and describe some typical DBMS processes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
79
A conditional expression is normally expressed within the or HAVING clauses of a SQL statement.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
80
A system will perform best when its hardware and software resources are .
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.