I know a HEAP is a table without a clustered index. But I'm not quite clear on the following definition from sys.indexes.
I understand that this system view contains row per index of a tabular object. But I get confused when I read, "contains a row per index or heap."
Question
Why is the document using the word heap in the following definition, why per index or heap?
Contains a row per index or heap of a tabular object.
Ref: sys.indexes