-
Notifications
You must be signed in to change notification settings - Fork 0
/
create.sql
130 lines (128 loc) · 7.07 KB
/
create.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
DROP TABLE IF EXISTS `myTable`;
CREATE TABLE `myTable` (
`id` mediumint(8) unsigned NOT NULL auto_increment,
`name` varchar(255) default NULL,
`phone` varchar(100) default NULL,
`email` varchar(255) default NULL,
PRIMARY KEY (`id`)
) AUTO_INCREMENT=1;
INSERT INTO `myTable` (`name`,`phone`,`email`)
VALUES
("Jayme Delacruz","1-736-744-4423","[email protected]"),
("Vladimir Garner","(919) 282-8348","[email protected]"),
("Gavin O'brien","1-514-613-2184","[email protected]"),
("Elton Chapman","(807) 262-7665","[email protected]"),
("May Johns","1-581-223-4635","[email protected]"),
("Zachary Booth","(485) 354-2147","[email protected]"),
("Lyle Wall","1-511-292-2793","[email protected]"),
("Basil Watson","(537) 177-6634","[email protected]"),
("Zane Workman","(857) 244-3641","[email protected]"),
("Alan Bond","(598) 876-2489","[email protected]");
INSERT INTO `myTable` (`name`,`phone`,`email`)
VALUES
("Ocean King","(733) 124-0626","[email protected]"),
("Christopher Harrison","1-444-454-4668","[email protected]"),
("Edan Buckley","(518) 263-7484","[email protected]"),
("Suki Massey","1-614-407-3373","[email protected]"),
("Caryn Haynes","(952) 833-0553","[email protected]"),
("Elliott Pitts","(401) 772-8537","[email protected]"),
("Mona Garza","1-943-121-1397","[email protected]"),
("Nehru Bond","1-626-458-6546","[email protected]"),
("Ila Hale","1-110-627-8362","[email protected]"),
("Orla Franks","(759) 322-5732","[email protected]");
INSERT INTO `myTable` (`name`,`phone`,`email`)
VALUES
("Alexander Fowler","(772) 131-5188","[email protected]"),
("Amal Branch","(381) 185-8872","[email protected]"),
("Jarrod Nelson","(556) 146-7028","[email protected]"),
("Heidi Taylor","(831) 573-4545","[email protected]"),
("Brittany Fletcher","1-344-524-2627","[email protected]"),
("Bradley Gregory","1-743-866-9396","[email protected]"),
("Dylan Bright","(918) 981-4618","[email protected]"),
("Xantha Vazquez","1-873-217-8427","[email protected]"),
("Nash Stout","1-654-621-6744","[email protected]"),
("Logan White","(452) 880-6657","[email protected]");
INSERT INTO `myTable` (`name`,`phone`,`email`)
VALUES
("Grant Chase","1-353-842-8887","[email protected]"),
("Wyoming Nielsen","(560) 412-3968","[email protected]"),
("Sheila Middleton","1-512-365-0133","[email protected]"),
("Minerva Wise","(821) 749-2571","[email protected]"),
("Harding Wallace","1-604-791-3573","[email protected]"),
("Matthew Marshall","1-307-924-8217","[email protected]"),
("Felix Dillard","1-841-847-1221","[email protected]"),
("Alexander Wells","(816) 618-5847","[email protected]"),
("Lael Wright","(605) 437-8049","[email protected]"),
("Harlan Carter","(673) 481-6514","[email protected]");
INSERT INTO `myTable` (`name`,`phone`,`email`)
VALUES
("Xenos Burris","(740) 689-1426","[email protected]"),
("Sheila Austin","(294) 442-7444","[email protected]"),
("Nita Bean","1-786-763-4575","[email protected]"),
("Maisie Ball","1-996-664-6464","[email protected]"),
("Melyssa Nieves","(146) 454-2073","[email protected]"),
("Madeline Pollard","1-614-752-2076","[email protected]"),
("Mari Graves","1-252-785-8343","[email protected]"),
("Plato Edwards","(332) 758-2659","[email protected]"),
("Knox Oneal","1-415-327-2884","[email protected]"),
("Odysseus Hodges","(354) 251-3813","[email protected]");
INSERT INTO `myTable` (`name`,`phone`,`email`)
VALUES
("Xantha Todd","(511) 775-3762","[email protected]"),
("Lavinia Cummings","(459) 318-9041","[email protected]"),
("Unity Travis","1-685-315-2146","[email protected]"),
("Fuller Holloway","(620) 791-1073","[email protected]"),
("Benedict Robinson","(824) 383-1470","[email protected]"),
("Caldwell Mcintyre","(641) 828-2641","[email protected]"),
("Destiny Cannon","(284) 203-3336","[email protected]"),
("Aaron Donovan","1-484-705-3322","[email protected]"),
("Bevis Delgado","1-685-903-1377","[email protected]"),
("Zelenia Cherry","1-753-468-0666","[email protected]");
INSERT INTO `myTable` (`name`,`phone`,`email`)
VALUES
("Sage Vance","1-398-213-8543","[email protected]"),
("Cruz Hoffman","(798) 359-9002","[email protected]"),
("Louis Waters","(987) 288-1689","[email protected]"),
("Kameko Clemons","1-928-963-8812","[email protected]"),
("Kamal Hayes","1-656-241-8276","[email protected]"),
("Channing Albert","1-192-334-8102","[email protected]"),
("Keaton Melendez","(397) 829-1810","[email protected]"),
("Blake Poole","1-984-220-5450","[email protected]"),
("Elizabeth Craig","1-381-328-6607","[email protected]"),
("Oliver Fletcher","1-881-981-4445","[email protected]");
INSERT INTO `myTable` (`name`,`phone`,`email`)
VALUES
("Eric Barker","1-853-626-4407","[email protected]"),
("Neville Santana","(781) 535-0826","[email protected]"),
("Cadman Franco","(425) 838-7221","[email protected]"),
("Mira Munoz","1-515-565-5324","[email protected]"),
("Uma Shaw","1-373-187-3252","[email protected]"),
("Camilla Holland","(543) 831-8631","[email protected]"),
("Lois Pitts","1-735-389-8861","[email protected]"),
("Brian Cline","(677) 417-7215","[email protected]"),
("Jared Barrett","1-800-216-2073","[email protected]"),
("Cailin Hernandez","1-918-546-0862","[email protected]");
INSERT INTO `myTable` (`name`,`phone`,`email`)
VALUES
("Silas Barr","(763) 738-2356","[email protected]"),
("Macey Francis","1-525-224-8488","[email protected]"),
("Zorita Lott","(884) 411-9265","[email protected]"),
("Selma Dominguez","(829) 851-1842","[email protected]"),
("Richard Webb","1-502-873-8585","[email protected]"),
("Dawn Summers","1-648-557-6505","[email protected]"),
("Angela Lloyd","1-484-747-9664","[email protected]"),
("Alexander Hayden","(514) 865-4508","[email protected]"),
("Aimee Allison","(313) 936-7230","[email protected]"),
("Allegra Maxwell","1-638-773-1816","[email protected]");
INSERT INTO `myTable` (`name`,`phone`,`email`)
VALUES
("Walter Henson","(946) 882-6716","[email protected]"),
("Theodore Austin","1-669-990-6745","[email protected]"),
("Melvin Rios","(204) 288-7638","[email protected]"),
("Margaret Hanson","1-975-852-8823","[email protected]"),
("Olivia Dudley","(254) 886-3351","[email protected]"),
("Ignatius Faulkner","(365) 687-2721","[email protected]"),
("Montana Molina","(248) 881-1094","[email protected]"),
("Boris Gamble","1-464-764-8002","[email protected]"),
("Evelyn Logan","(631) 438-6627","[email protected]"),
("Gabriel Gregory","(559) 411-5563","[email protected]");