Source Code
CREATE TABLE students
(
studentID int,
studentname varchar(255),
parentname varchar(255),
address varchar(255),
phonenumber int
);
Source Code
CREATE TABLE students
(
studentID int,
studentname varchar(255),
parentname varchar(255),
address varchar(255),
phonenumber int
);
Hello, my name is G Krishna. I'm Creating this blog for the students who are beginners.
Learn More →
No comments:
Post a Comment