Multiple choice technology databases

Table with no clustered index is called

  1. AOL

  2. BOL

  3. DOL

  4. Heap

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

In SQL Server, a table without a clustered index is called a heap. Data in a heap is stored without any organized order based on key values, unlike tables with clustered indexes where rows are physically sorted. The other options (AOL, BOL, DOL) are not SQL Server storage terminology.