The book says that clustered indexes change the actual order of the records, nonclustered indexes do not change the actual order. Also, nonclustered indexes are separate items. Here are my questions:
1) Is it possible to have more than one clustered index of the same table? I would guess no.
2) How do you make nonclustered indexes? I did not see an option on the wizard for that.
3) Where do the nonclustered indexes appear in the enterprise manager? For example, I see the icons for diagrams, tables, views, etc. I do not see one called "indexes".
1) Is it possible to have more than one clustered index of the same table? I would guess no.
2) How do you make nonclustered indexes? I did not see an option on the wizard for that.
3) Where do the nonclustered indexes appear in the enterprise manager? For example, I see the icons for diagrams, tables, views, etc. I do not see one called "indexes".