Maximum length of row in a table?
C
Correct answer
Explanation
The maximum row length of 64KB is a common limit in several database systems for a single table row. This limit includes all data stored in the row except for large object (LOB) data types that are stored separately. The exact limit varies by database system - some use page size limits that constrain row length indirectly.