I believe my sql create statement is correct, I have double triple checked it.
CREATE TABLE employees(Emp# NUMBER(5), Lastname VARCGHAR2(12), Firstname VARCGHAR2(12), Job_class VARCGHAR2(4));
I'm getting missing parenthesis errors but I believe the parenthesis are correct does anyone know what's going on?