Hi,I tried to search for this but I haven't seen the question asked explicitly--and that may be because it's kind of dumb, but I'm interested in knowing the answer.Let's say I have a table with the following columns:ID, first name, last name, middle nameIf I create a non-clustered index on ID and include the rest of the columns (first name, last name, and middle name), is that effectively the exact same as if I had created a clustered index on ID?Thanks,Mike
↧