create table Employee(Empno integer(3) primary key,Ename varchar(20) not null, Designation varchar(20),Deptno integer(3)); select * from Employee;
To embed this project on your website, copy the following code and paste it into your website's HTML: