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) );
To embed this program on your website, copy the following code and paste it into your website's HTML: