Skip to content

Commit 073547a

Browse files
authored
Update new data insert.sql
1 parent e68c532 commit 073547a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
1+
INSERT INTO Student (id, name, national_id, birth_date, enrollment_date, graduation_date, gpa)
2+
VALUES (7, ‘George Bailey’, 3125372499, ‘1997-08-14’, ‘2017-09-01’, ‘2021-06-15’, 3.41);

0 commit comments

Comments
 (0)