Multiple choice

Which of the following is a false statement about the clusters in Oracle database?

  1. Clusters can affect application design.

  2. The data stored in a clustered table is accessed by SQL.

  3. Clustering is used to order the physical placement of tables on a disk drive.

  4. Cluster key determines the value of cluster key columns for a particular row.

  5. Cluster also improves retrieval performance of the database operation.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This is false statement as clusters do not affect application design.