SQL_Project start psql postgres create a table CREATE TABLE employees ( id SERIAL PRIMARY KEY, name VARCHAR(255), salary NUMERIC );