Modify table Empl, add another column called Grade of VARCHAR type, size 1 into it.
ALTER TABLE Empl ADD (Grade VARCHAR(1)) ;