create table symbol ( symbol_code number(2) primary key, symbol varchar2(1) not null unique, symbol_desc varchar2(60) not null unique ) /