to check if its there describe the table

desc

If it isnt there to add it

alter table add

e.g

alter table emp add tel_num varchar2(50);