Last active
January 9, 2018 16:57
-
-
Save finsterthecat/af303aa78ea5739f5da3816ac452ea9c 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 hero(name) values('Ms Nice'); | |
insert into hero(name) values('Yes Man'); | |
insert into hero(name) values('Bombastico'); | |
insert into hero(name) values('Fennel'); | |
insert into hero(name) values('Magnostic'); | |
insert into hero(name) values('Duck Man'); | |
insert into hero(name) values('Silly Putty Man'); | |
insert into hero(name) values('Company Man'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment