2
Answers

Non clustered index

Manish Kumar

Manish Kumar

8y
249
1
HI All,
 
 Suppose i have a table with 3 columns id,name,designationid and table does not have any clustered index . I have created a nonclustered index on id column. As per definition from nonclustered index is that it contains a pointer or reference to a clustered index. So if there is no clustered index then where it will go to locate or reference . 
 
Thanks in advance
 
Regards,
Manish 
Answers (2)