求高手解答!!!(可私讯)
MySQL automatically sets the clustered index on the primary key of a table
whereas SQL Server allows us to set clustered index on columns
other than primary key.
How does SQL server implement clustered index on non-unique columns?
Remember to include references.