I have a limited exposure to DB and have only used DB as an application programmer. I want to know about Clustered
and Non clustered indexes
.
I goo
Find below some characteristics of clustered and non-clustered indexes:
create Index index_name(col1, col2, col.....)
.