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