SnowPro Core Certification — Question 954
Regardless of which notation is used, what are considerations for writing the column name and element names when traversing semi-structured data?
Answer options
- A. The column name and element names are both case-sensitive.
- B. The column name and element names are both case-insensitive.
- C. The column name is case-sensitive but element names are case-insensitive.
- D. The column name is case-insensitive but element names are case-sensitive.
Correct answer: D
Explanation
The correct answer is D because when dealing with semi-structured data, the naming convention often allows for column names to be case-insensitive while maintaining case-sensitivity for element names. Options A and B are incorrect as they do not accurately represent the typical behavior of column and element names. Option C is also incorrect because it misstates the case sensitivity of column names.