OneCompiler

My db 1

127

Example heading with h2 size

Example heading with h3 size

Following is sample java code.

int i = 10;
if(i>0){
    System.out.println('positive');
}
```create table student(snum int(4),sname varchar(20),major varchar(6),level char(2),year int(4),dob date));
desc student;