Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

Non-clustered index question

$
0
0
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

Viewing all articles
Browse latest Browse all 6525

Trending Articles