CREATE TABLE Student (Roll int PRIMARY KEY, Name varchar(25) , Course varchar(10) );   
CREATE TABLE Subject (Roll int references Student, SubCode int, SubName varchar(10) );

Embed on website

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