Hibernate / SQL
Types of SQL index.
There are 2 main types.
Clustered indexes define the physical sorting of a database table rows in the storage media. Each table may have only one clustered index.
Non-clustered indexes are created outside of the database table and contain a sorted list of references to the table itself.
More Related questions...