testdb=
Table "public.zooa"
Column | Type | Collation | Nullable | Default
--------+---------+-----------+----------+---------
name | text | | |
num | integer | | |
testdb-
Table "public.animal"
Column | Type | Collation | Nullable | Default
--------+------+-----------+----------+---------
name | text | | |
testdb=
name | num
----------+-----
パンダ | 1
ライオン | 2
ゾウ | 2
サル | 15
(4 rows)
testdb=
name
----------
コアラ
キリン
ライオン
チーター
イノシシ
サル
(6 rows)
testdb=
name
------
(0 rows)