What is a clustered index in a relational database?

  • Creating a logical grouping of related tables
  • Organizing the physical order of data on disk
  • Sorting data in memory
  • Storing data in a separate table
A clustered index in a relational database determines the physical order of data on disk, typically by sorting the rows of a table based on the values of one or more columns, thus enhancing data retrieval speed.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *