CREATE table student(rollnumber int,firstname varchar(20),lastname varchar(20),branch int,phonenumber varchar(10));
exec sp_help student;

Embed on website

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