D
Dmitri Levin
Guest
Primary index --- is the unfortunate naming. It sounds like a Primary Key (PK), but it has nothing to do with a SQL PK as Jyothi wrote above. I believe it should have been called "First index" instead of Primary index. SQL PK is quite different -- it is a "constraint on uniqueness", supported by a unique index. But also it is a primary unique constraint. A table could have many unique constraints. And only one PK.
Continue reading...
Continue reading...