While clustering a table, columns with which data types can be used as clustering keys? (Choose two.)
While clustering a table, columns with which data types can be used as clustering keys? (Choose two.)
While clustering a table, the columns used as clustering keys can be of any data type except GEOGRAPHY, VARIANT, OBJECT, or ARRAY. Therefore, the applicable data types for clustering keys given the options are BINARY and GEOMETRY.
AC correct. (Binary & Geometry) It can be any datatype except GEOGRAPHY. VARIANT. OBJECT. ARRAY.
https://docs.snowflake.com/en/user-guide/tables-clustering-keys#defining-a-clustering-key-for-a-table
AC. any data type except GEOGRAPHY, VARIANT, OBJECT, or ARRAY
AC correct - A clustering key can be defined when a table is created by appending a CLUSTER Where each clustering key consists of one or more table columns/expressions, which can be of any data type, except GEOGRAPHY, VARIANT, OBJECT, or ARRAY https://docs.snowflake.com/en/user-guide/tables-clustering-keys
except geometry all are correct ans