A.12. Chapter 12

  1. What GUI tool analyzes a SQL statement and identifies the steps used to process the query?

    Answer: The Explain Plan GUI tool analyzes a SQL statement and identifies the steps used to process the query.

  2. The two general categories of indexes are ________ indexes and _________ indexes.

    Answer: B-tree, bitmap

  3. Which type of index is best for columns with a low cardinality?

    Answer: A bitmap index is best for columns with a low cardinality.

  4. Which dynamic performance view can assist the DBA in sizing the buffer cache appropriately?

    Answer: The dynamic performance view V$DB_CACHE_ADVICE can assist the DBA in sizing the buffer cache appropriately.

  5. Which type of table divides the contents of a very large table into more manageable chunks, both ...

Get Oracle Database Foundations now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.