Is that true that one table can only have one clustered index? The
column with clustered index will be sorted physically, is that true?
The column with non-clustere index will not be sorted physically, is
that true?
Also, is primary key clustered index by default?
Thanks!
column with clustered index will be sorted physically, is that true?
The column with non-clustere index will not be sorted physically, is
that true?
Also, is primary key clustered index by default?
Thanks!
Comment