postgres=# CREATE TABLE cities (postgres(# name varchar(80),postgres(# location pointpostgres(# );CREATE TABLEpostgres=#postgres=# drop table cities;DROP TABLEpostgres=#postgres=#