forked from DimK19/Databases-Python-Demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdummy_data_students.txt
More file actions
10 lines (10 loc) · 1.01 KB
/
dummy_data_students.txt
File metadata and controls
10 lines (10 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
INSERT INTO students (first_name,last_name,email) VALUES ("Anthony", "Smith", "robertthomas@example.com");
INSERT INTO students (first_name,last_name,email) VALUES ("Antonio", "Ponce", "mialawrence@example.org");
INSERT INTO students (first_name,last_name,email) VALUES ("Christine", "Cantrell", "barrysara@example.com");
INSERT INTO students (first_name,last_name,email) VALUES ("Gina", "Hudson", "wmays@example.net");
INSERT INTO students (first_name,last_name,email) VALUES ("Gerald", "Perez", "tholmes@example.org");
INSERT INTO students (first_name,last_name,email) VALUES ("Scott", "Davis", "holtjohn@example.net");
INSERT INTO students (first_name,last_name,email) VALUES ("Melissa", "Anderson", "susan90@example.com");
INSERT INTO students (first_name,last_name,email) VALUES ("Tyler", "Davis", "gregorygomez@example.com");
INSERT INTO students (first_name,last_name,email) VALUES ("Allen", "Vasquez", "cstout@example.com");
INSERT INTO students (first_name,last_name,email) VALUES ("Steven", "Horne", "elizabeth55@example.org");