May 2019
Intermediate to advanced
600 pages
20h 46m
English
Let's just create a basic schema to run some examples:
postgres=# create schema test;CREATE SCHEMApostgres=# create table test.a (col1 INTEGER);CREATE TABLEpostgres=# create table test.b (col1 INTEGER);CREATE TABLEpostgres=# create table test.c (col1 INTEGER);CREATE TABLE
Read now
Unlock full access