EboniDimplz
2007-06-03 15:50:38 UTC
The basic EMP_1 table structure is:
EMP_NUM CHAR(3),
EMP_LNAME VARCHAR(15),
EMP_FNAME VARCHAR(15),
EMP_INITIAL CHAR(1),
EMPL_HIREDATE DATE,
JOB_CODE CHAR(3).
JOB_CODE is the FK to JOB.
I have entered this command like 15 times and I keep getting the error that a line is missing right parenthesis, and I put it in there. Can someone tell me how to format this correctly?