Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How do you modify an existing file format named my_format to change its type from CSV to JSON?
my_format
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;