Multiple choice technology databases

Maximum no of columns in a key.

  1. 1

  2. 31

  3. 16

  4. 255

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Database systems have specific limits on key column counts. While many systems like SQL Server limit composite keys to 16 columns, certain legacy or specialized database systems (such as some IMS/VSAM configurations) impose different limits, with 31 being one such system-specific constraint.