Community

Create a clustered index on primary key

(Prashant Dahalkar) Here’s a way to create a table with clustered index on a composite primary key. A clustered index is a special type of index that reorders the way records in the table are physically stored. Therefore, the table can have only one clustered index. The leaf nodes of a clustered ind

Read More - Register for Free Membership

Tags: