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