Loading Postgres with semi-structured data
Postgres offers a number of tools to load data of type JSON or JSONB into a table. Two such tools discussed in the video were INSERT INTO and COPY ... FROM. Select the option below that correctly summarizes how these two tools are used.
This exercise is part of the course
Introduction to NoSQL
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise