In terms of SQL terminology, does HEAP stands for a table that has Non-Clustered index?
Or there is a nuance or it has completely a different meaning?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A heap can have either no index at all or a non-clustered index. But a clustered table can also have non-clustered indexs on top so –
is not a great definition as a table with a non-clustered index could be either a clustered table or a heap.