List of questions
Related questions
Question 281 - COF-C02 discussion
What is the recommended way to change the existing file format type in my format from CSV to JSON?
A.
ALTER FILE FORMAT my_format SET TYPE=JSON;
B.
ALTER FILE FORMAT my format SWAP TYPE WITH JSON;
C.
CREATE OR REPLACE FILE FORMAT my format TYPE-JSON;
D.
REPLACE FILE FORMAT my format TYPE-JSON;
Your answer:
0 comments
Sorted by
Leave a comment first