Primary Index in DB2 Vs Clustered index in SQL. While migrating db2 to SQL i came to know that primary key in db2 is creating primary index not clustered index.
I found primary index is different from clustered index in DB2 is it correct? In that case which index we need to use in SQL?