Filters
Question type

Study Flashcards

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

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

On the server side,the DBMS 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 that goal are commonly referred to as ____ tuning.


A) client and server
B) database
C) SQL performance
D) DBMS performance

E) A) and D)
F) All of the above

Correct Answer

verifed

verified

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

E) None of the above
F) B) and C)

Correct Answer

verifed

verified

The ____ table space is used for transaction-recovery purposes.


A) system
B) user data
C) temporary
D) rollback segment

E) C) and D)
F) B) and D)

Correct Answer

verifed

verified

To generate database object statistics manually,you could use the following syntax: ____.


A) ANALYZE <TABLE/INDEX> object_name;
B) CREATE <TABLE/INDEX> object_name;
C) ANALYZE <TABLE/INDEX> object_name COMPUTE STATISTICS;
D) CREATE <TABLE/INDEX> object_name COMPUTE STATISTICS;

E) C) and D)
F) B) and C)

Correct Answer

verifed

verified

Why do we need to optimize a DBMS with SQL performance tuning,even though they automatically optimize SQL queries?

Correct Answer

verifed

verified

There is considerable room for improveme...

View Answer

If there is no index,the DBMS will perform a ____ scan.


A) loop
B) range
C) row ID table access
D) full table

E) C) and D)
F) None of the above

Correct Answer

verifed

verified

____________________ is a measure of how likely an index will be used in query processing.

Correct Answer

verifed

verified

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

E) B) and D)
F) C) and D)

Correct Answer

verifed

verified

A conditional expression is normally expressed within the ____________________ or HAVING clauses of a SQL statement.

Correct Answer

verifed

verified

A(n) ____ is a logical grouping of several data files that store data with similar characteristics.


A) procedure cache
B) file group
C) data files
D) extends

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

The ____________________ cache is a shared,reserved memory area that stores the most recently executed SQL statements or PL/SQL procedures,including triggers and functions.

Correct Answer

verifed

verified

The DBMS ____ the SQL query using the chosen execution plan.


A) parses
B) executes
C) fetches
D) processes

E) A) and B)
F) None of the above

Correct Answer

verifed

verified

When setting optimizer hints,____ forces the optimizer to use the P_QOH_NDX index to process this query.


A) ALL_ROWS
B) FIRST_ROWS
C) INDEX(P_QOH_NDX)
D) OPTIMIZATION_ROWS

E) None of the above
F) A) and B)

Correct Answer

verifed

verified

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

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

The SQL cache stores the end-user written SQL.

A) True
B) False

Correct Answer

verifed

verified

____________________ is another name for table space.

Correct Answer

verifed

verified

A(n)____________________ request is a low-level (read or write)data access operation to/from computer devices.

Correct Answer

verifed

verified

One of the main functions of a database system is to provide timely answers to end users.

A) True
B) False

Correct Answer

verifed

verified

____________________ are special instructions for the optimizer that are embedded inside the SQL command text.

Correct Answer

verifed

verified

Showing 41 - 60 of 70

Related Exams

Show Answer