Skip to content

Instantly share code, notes, and snippets.

@bjorn-ali-goransson
Created March 16, 2014 23:34
Show Gist options
  • Save bjorn-ali-goransson/9591434 to your computer and use it in GitHub Desktop.
Save bjorn-ali-goransson/9591434 to your computer and use it in GitHub Desktop.
99 students with table name "student"
INSERT INTO `student` VALUES (1,'Rachel','Morgan','wrench');
INSERT INTO `student` VALUES (2,'Craig','Taylor','minus');
INSERT INTO `student` VALUES (3,'Jean','King','legal');
INSERT INTO `student` VALUES (4,'Jacqueline','Stewart','key');
INSERT INTO `student` VALUES (5,'Jerry','Thompson','microphone-slash');
INSERT INTO `student` VALUES (6,'Annie','Allen','leaf');
INSERT INTO `student` VALUES (7,'Doris','Bailey','gift');
INSERT INTO `student` VALUES (8,'Judith','Wood','calendar-o');
INSERT INTO `student` VALUES (9,'Harry','Reed','flag-checkered');
INSERT INTO `student` VALUES (10,'Sara','Edwards','flag');
INSERT INTO `student` VALUES (11,'Kenneth','Patterson','ellipsis-h');
INSERT INTO `student` VALUES (12,'James','Jones','sort-numeric-asc');
INSERT INTO `student` VALUES (13,'Susan','Wright','download');
INSERT INTO `student` VALUES (14,'Todd','Martinez','external-link');
INSERT INTO `student` VALUES (15,'Kevin','Howard','anchor');
INSERT INTO `student` VALUES (16,'Ruth','Williams','thumbs-o-up');
INSERT INTO `student` VALUES (17,'Heather','Smith','fighter-jet');
INSERT INTO `student` VALUES (18,'Irene','Hughes','square');
INSERT INTO `student` VALUES (19,'Kelly','Nelson','retweet');
INSERT INTO `student` VALUES (20,'Mildred','Robinson','circle-o');
INSERT INTO `student` VALUES (21,'Patrick','White','phone-square');
INSERT INTO `student` VALUES (22,'Deborah','Simmons','square-o');
INSERT INTO `student` VALUES (23,'Benjamin','Butler','rocket');
INSERT INTO `student` VALUES (24,'Scott','James','power-off');
INSERT INTO `student` VALUES (25,'Arthur','Ross','level-up');
INSERT INTO `student` VALUES (26,'Joseph','Lee','video-camera');
INSERT INTO `student` VALUES (27,'Gregory','Harris','print');
INSERT INTO `student` VALUES (28,'Judy','Barnes','code-fork');
INSERT INTO `student` VALUES (29,'Debra','Hill','bell-o');
INSERT INTO `student` VALUES (30,'Douglas','Watson','tag');
INSERT INTO `student` VALUES (31,'Janet','Lewis','fire-extinguisher');
INSERT INTO `student` VALUES (32,'Martha','Washington','cloud-upload');
INSERT INTO `student` VALUES (33,'Katherine','Ramirez','star-half-full');
INSERT INTO `student` VALUES (34,'Helen','Bennett','minus-square-o');
INSERT INTO `student` VALUES (35,'Justin','Davis','lemon-o');
INSERT INTO `student` VALUES (36,'Anthony','Gonzales','fire');
INSERT INTO `student` VALUES (37,'Andrew','Cox','location-arrow');
INSERT INTO `student` VALUES (38,'Jeffrey','Foster','cloud-download');
INSERT INTO `student` VALUES (39,'Mary','Rodriguez','gears');
INSERT INTO `student` VALUES (40,'David','Carter','picture-o');
INSERT INTO `student` VALUES (41,'Johnny','Gray','quote-right');
INSERT INTO `student` VALUES (42,'Charles','Walker','bolt');
INSERT INTO `student` VALUES (43,'George','Hall','shopping-cart');
INSERT INTO `student` VALUES (44,'Bobby','Thomas','plus-square');
INSERT INTO `student` VALUES (45,'Karen','Green','star-o');
INSERT INTO `student` VALUES (46,'Walter','Henderson','share-square');
INSERT INTO `student` VALUES (47,'Andrea','Anderson','keyboard-o');
INSERT INTO `student` VALUES (48,'Christina','Bell','mobile');
INSERT INTO `student` VALUES (49,'Amanda','Evans','search');
INSERT INTO `student` VALUES (50,'Ronald','Perez','crosshairs');
INSERT INTO `student` VALUES (51,'Brenda','Murphy','toggle-left');
INSERT INTO `student` VALUES (52,'Angela','Perry','refresh');
INSERT INTO `student` VALUES (53,'Earl','Lopez','mail-reply');
INSERT INTO `student` VALUES (54,'Lois','Campbell','barcode');
INSERT INTO `student` VALUES (55,'Joe','Gonzalez','frown-o');
INSERT INTO `student` VALUES (56,'Janice','Price','plane');
INSERT INTO `student` VALUES (57,'Daniel','Sanchez','eye');
INSERT INTO `student` VALUES (58,'Donald','Mitchell','meh-o');
INSERT INTO `student` VALUES (59,'Frank','Cooper','ellipsis-v');
INSERT INTO `student` VALUES (60,'Jane','Clark','spinner');
INSERT INTO `student` VALUES (61,'Joyce','Phillips','sitemap');
INSERT INTO `student` VALUES (62,'Brian','Richardson','tasks');
INSERT INTO `student` VALUES (63,'Jennifer','Russell','credit-card');
INSERT INTO `student` VALUES (64,'Howard','Hernandez','sort-down');
INSERT INTO `student` VALUES (65,'Tammy','Peterson','cutlery');
INSERT INTO `student` VALUES (66,'Stephen','Coleman','globe');
INSERT INTO `student` VALUES (67,'Carl','Morris','bars');
INSERT INTO `student` VALUES (68,'Gary','Ward','times-circle-o');
INSERT INTO `student` VALUES (69,'Adam','Long','male');
INSERT INTO `student` VALUES (70,'Russell','Brooks','group');
INSERT INTO `student` VALUES (71,'Eugene','Wilson','superscript');
INSERT INTO `student` VALUES (72,'Lori','Rivera','caret-square-o-up');
INSERT INTO `student` VALUES (73,'Terry','Griffin','pencil-square');
INSERT INTO `student` VALUES (74,'Anna','Young','plus-circle');
INSERT INTO `student` VALUES (75,'Louis','Martin','eye-slash');
INSERT INTO `student` VALUES (76,'Anne','Flores','info-circle');
INSERT INTO `student` VALUES (77,'Cheryl','Sanders','rss-square');
INSERT INTO `student` VALUES (78,'Michelle','Kelly','folder-o');
INSERT INTO `student` VALUES (79,'Jesse','Bryant','check-circle-o');
INSERT INTO `student` VALUES (80,'Randy','Alexander','volume-off');
INSERT INTO `student` VALUES (81,'Billy','Parker','thumb-tack');
INSERT INTO `student` VALUES (82,'Jeremy','Baker','gamepad');
INSERT INTO `student` VALUES (83,'Teresa','Rogers','question-circle');
INSERT INTO `student` VALUES (84,'Ryan','Cook','toggle-up');
INSERT INTO `student` VALUES (85,'Jose','Collins','bookmark-o');
INSERT INTO `student` VALUES (86,'Patricia','Moore','umbrella');
INSERT INTO `student` VALUES (87,'Sandra','Turner','share-square-o');
INSERT INTO `student` VALUES (88,'Joan','Garcia','unlock-alt');
INSERT INTO `student` VALUES (89,'Beverly','Powell','sort-numeric-desc');
INSERT INTO `student` VALUES (90,'Nicole','Diaz','caret-square-o-right');
INSERT INTO `student` VALUES (91,'Rose','Adams','magic');
INSERT INTO `student` VALUES (92,'Joshua','Scott','pencil-square-o');
INSERT INTO `student` VALUES (93,'Philip','Roberts','eraser');
INSERT INTO `student` VALUES (94,'Kathleen','Jenkins','hdd-o');
INSERT INTO `student` VALUES (95,'Larry','Brown','puzzle-piece');
INSERT INTO `student` VALUES (96,'Frances','Jackson','comment');
INSERT INTO `student` VALUES (97,'Julia','Torres','thumbs-down');
INSERT INTO `student` VALUES (98,'Kathryn','Johnson','external-link-square');
INSERT INTO `student` VALUES (99,'Sarah','Miller','mobile-phone');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment