2 lines
134 B
MySQL
2 lines
134 B
MySQL
|
INSERT INTO Students(studentName, email, gpa, dateOfBirth)
|
||
|
VALUES ('Isaac Shoebottom', 'ir.shoebottom@gmail.com', 3.5, "2002-08-07");
|