What data type SNOWFLAKE will assign to column NAME?
You have created a table as below
CREATE TABLE TEST_01 (NAME STRING(10));
What data type SNOWFLAKE will assign to column NAME?
A . LONGCHAR
B . STRING
C . VARCHAR
Answer: C
Explanation:
Try it yourself
Execute the below commands
CREATE TABLE TEST_01 (NAME STRING(10));
DESCRIBE TABLE TEST_01;
Latest ARA-C01 Dumps Valid Version with 156 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments