We have combined primary key with fields no, id and groupno
From Access, a WHERE condition such as WHERE no = '' & groupno = ''
executes faster while the same thing slows down updates in SQL.
Once we have provided individual index of no & groupno, will it be faster?
Does it consider it as a combined key if we provide primary key with 3 three fields and no individual index based on those fields?