create table Emp(Eid Number, Ename varchar(20));
     insert into Emp values (10, 'ankit');

 insert into Emp values (20, 'ankush');
 select * from Emp;

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: