2
Answers

Non clustered index

Photo of Manish Kumar

Manish Kumar

8y
640
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)