I heard that a clustered index will be created automatically
for primary key. As per my knowledge cluster means combination of two common columns of two tables. But how does a primary key creates the
cluster index? for which cluster it creates the index?

with thanks