Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

create table employee(eid number(10) primary key, fname varchar2(10), lname varc

har2(10),email varchar2(10))
/
create table mytab(mycol number(4));

You might also like