Hi,
A clustered index is created on primary key by default, however, if I have a query which requires a clustered index for better performance, shall I add subject columns to the PK clustered index or I shall change clustered index on primary key to non clustered and create another clustered index for that query?