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._