I need help explaining this error:
Major Error 0x80040E14, Minor Error 26302
> create table Employee(
emp_ID int (4) NOT NULL,
empName int (30) NOT NULL,
age int (2),
salary real (9))
The specified data type is not valid. [ Data type (if known) = int ]