postgres=# -- Creating a table with an array columnpostgres=#postgres=# CREATE TABLE books (employee_id integer, books text[]);CREATE TABLEpostgres=#postgres=#postgres=# drop table books;DROP TABLEpostgres=#