Podcast
Questions and Answers
What is the purpose of indexes in Oracle databases?
What is the purpose of indexes in Oracle databases?
- Store data separately from the indexes
- Automatically update indexes after new data is inserted (correct)
- Use indexes only for queries and not for other SQL statements
- Manually manage the indexes for each table
How does clustering help in boosting performance of join queries?
How does clustering help in boosting performance of join queries?
- By storing related data in separate disk pages
- By storing related data together on the same disk page (correct)
- By creating multiple cluster indexes
- By spreading data to different disk areas
What is a cluster column in Oracle databases?
What is a cluster column in Oracle databases?
- A column that stores data separately from the cluster tables
- A common column with the same data type and size in cluster tables (correct)
- A column that is unique and indexed
- A column that requires additional storage space
Which statement about cluster indexes is true?
Which statement about cluster indexes is true?
How are indexes used by Oracle databases in SQL statements?
How are indexes used by Oracle databases in SQL statements?
What happens to index usage if columns referenced in the WHERE clause have indexes?
What happens to index usage if columns referenced in the WHERE clause have indexes?
What is the first step in creating clustered tables?
What is the first step in creating clustered tables?
What is stored in an index segment in Oracle?
What is stored in an index segment in Oracle?
What happens if a cluster index is dropped?
What happens if a cluster index is dropped?
Can existing tables be moved into a cluster?
Can existing tables be moved into a cluster?
In a cluster index, how many entries are there per cluster key value?
In a cluster index, how many entries are there per cluster key value?
What is required to access data in cluster tables?
What is required to access data in cluster tables?
Flashcards are hidden until you start studying