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.
Diese Übung ist Teil des Kurses
Introduction to NoSQL
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
