CS1103/Labs/Lab6/12.sql

2 lines
134 B
MySQL
Raw Normal View History

2022-10-07 00:48:09 -03:00
INSERT INTO Students(studentName, email, gpa, dateOfBirth)
VALUES ('Isaac Shoebottom', 'ir.shoebottom@gmail.com', 3.5, "2002-08-07");