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 Practice Questions with 156 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments