CS1103/Labs/Lab6/12.sql
2022-10-07 00:48:09 -03:00

2 lines
134 B
SQL

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