In that documentation I read: JET_bitIndexPrimary The index is a primary (clustered) index. Every table must have exactly one primary index. If no primary index is explicitly defined over a table, then the database engine will create its own primary index. So, when database is creating that primary index, which column(s) is going to form it? Only first column? Could anybody answer, please.