create table Emp(Eid Number, Ename varchar(20)); insert into Emp values (10, 'ankit'); insert into Emp values (20, 'ankush'); select * from Emp;
To embed this project on your website, copy the following code and paste it into your website's HTML: