Multiple choice technology mainframe

Maximum length of row in a table?

  1. 18KB

  2. 32KB

  3. 64KB

  4. 256KB

Reveal answer Fill a bubble to check yourself
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.