Maximum no of columns in a key.
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.