-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinitialdata.sql
More file actions
10 lines (10 loc) · 807 Bytes
/
initialdata.sql
File metadata and controls
10 lines (10 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
INSERT INTO funplace_places (name, country) VALUES ("Disneyland", "USA");
INSERT INTO funplace_places (name, country) VALUES ("Tivoli Gardens", "Denmark");
INSERT INTO funplace_places (name, country) VALUES ("Universal Studios", "USA");
INSERT INTO funplace_places (name, country) VALUES ("Tokyo Disneyland", "Japan");
INSERT INTO funplace_places (name, country) VALUES ("Efteling Park", "Netherlands");
INSERT INTO funplace_places (name, country) VALUES ("Beto Carrero World", "Brazil");
INSERT INTO funplace_places (name, country) VALUES ("Europa Park", "Germany");
INSERT INTO funplace_places (name, country) VALUES ("Lotte World", "South Korea");
INSERT INTO funplace_places (name, country) VALUES ("GARDALAND PARK", "Italy");
INSERT INTO funplace_places (name, country) VALUES ("Ocean Park", "China");