Student_Table
an anonymous user
·
SQL
·

create database student_table; create table student_table (Student id number (10),primary key,class varchar(3),section varchar(1),gender varchar (7),name varchar(30) ,dob varchar(8),marks number(3));
Click on the Run button to get started.
The code/input has changed since you last clicked on Run. Click it
again to see the updated changes.
Comments