Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can data from a relational table be unloaded into a JSON file?
A
Use the OBJECT_CONSTRUCT function in conjunction with the COPY INTO [location] command.
B
Use the COPY INTO [location] command with the file_format set as JSON.
C
Use the PUT command with the file_format set as JSON.
D
Use the GET command with the file_format set as JSON.