postgres=# CREATE TABLE products (postgres(# product_no integer NULL,postgres(# name text NULL,postgres(# price numeric NULLpostgres(# );CREATE TABLEpostgres=# drop table products;DROP TABLEpostgres=#postgres=#