create table tcyTable ( id number(11,0) primary key, user_name nvarchar2(50) not null, user_pwd nvarchar2(50) not null, );