Which data type is suitable for a date like 31-12-2014 in Snowflake?

I have lots of data we want to store in Snowflake cloud but we could save the data into the snowflake due to date like 31-12-2014 which is given in an excel CSV file:

check the image]

I am trying:

"Shipment date" varchar(16777216),
"Shipment year" number(4),

which data type will be suitable for that purpose?



Comments

Popular posts from this blog

Spring Elasticsearch Operations

Object oriented programming concepts (OOPs)

Spring Boot and Vaadin : Filtering rows in Vaadin Grid