SnowPro Core Certification — Question 737
What does the VARIANT data type impose a 16 MB size limit on?
Answer options
- A. All rows
- B. All columns
- C. Individual rows
- D. Individual columns
Correct answer: C
Explanation
The VARIANT data type specifically imposes a size limit of 16 MB on individual rows, meaning that any single row using this data type cannot exceed this size. The other options, such as all rows or all columns, do not accurately reflect the limitation, as the restriction is not applied universally to all rows or columns.