Created
October 16, 2014 06:58
-
-
Save gabanox/aed6a02888df3417b7c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
insert into contact (first_name, last_name, birth_date) values ('Clarence', 'Ho', '1980-07-30'); | |
insert into contact (first_name, last_name, birth_date) values ('Scott', 'Tiger', '1990-11-02'); | |
insert into contact (first_name, last_name, birth_date) values ('John', 'Smith', '1964-02-28'); | |
insert into contact (first_name, last_name, birth_date) values ('Peter', 'Jackson', '1944-1-10'); | |
insert into contact (first_name, last_name, birth_date) values ('Jacky', 'Chan', '1955-10-31'); | |
insert into contact (first_name, last_name, birth_date) values ('Susan', 'Boyle', '1970-05-06'); | |
insert into contact (first_name, last_name, birth_date) values ('Tinner', 'Turner', '1967-04-30'); | |
insert into contact (first_name, last_name, birth_date) values ('Lotus', 'Notes', '1990-02-28'); | |
insert into contact (first_name, last_name, birth_date) values ('Henry', 'Dickson', '1997-06-30'); | |
insert into contact (first_name, last_name, birth_date) values ('Sam', 'Davis', '2001-01-31'); | |
insert into contact (first_name, last_name, birth_date) values ('Max', 'Beckham', '2002-02-01'); | |
insert into contact (first_name, last_name, birth_date) values ('Paul', 'Simon', '2002-02-28'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment