Can we create a clustered index with include columns in Microsoft SQL Server (T-SQL)?
If yes then how does it work internally?
As per my understanding the leaf level of the clustered index are the actual data pages itself, and it stores entire row include with the key column (on which index is created).