Created
June 20, 2019 17:43
-
-
Save zegelin/664b94c77496beb3d248bc44b5c4dbbe to your computer and use it in GitHub Desktop.
Instaclustr Half-day Workshop Table Data
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 songify.songs (artist, album, track_number, title) VALUES ('The Beatles','Let It Be',1,'Two of Us'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('The Beatles','Let It Be',2,'Dig a Pony'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('The Beatles','Let It Be',3,'Across the Universe'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('The Beatles','Let It Be',4,'I Me Mine'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('The Beatles','Let It Be',5,'Dig It'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('The Beatles','Let It Be',6,'Let It Be'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('The Beatles','Let It Be',7,'Maggie Mae'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('The Beatles','Let It Be',8,'I’ve Got a Feeling'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('The Beatles','Let It Be',9,'One After 909'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('The Beatles','Let It Be',10,'The Long and Winding Road'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('The Beatles','Let It Be',11,'For You Blue'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('The Beatles','Let It Be',12,'Get Back'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('Pink Floyd','Dark Side of the Moon',1,'Speak to Me'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('Pink Floyd','Dark Side of the Moon',2,'Breath'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('Pink Floyd','Dark Side of the Moon',3,'On the Run'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('Pink Floyd','Dark Side of the Moon',4,'Time'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('Pink Floyd','Dark Side of the Moon',5,'The Great Gig in the Sky);' | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('Pink Floyd','Dark Side of the Moon',6,'Money'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('Pink Floyd','Dark Side of the Moon',7,'Us and Them'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('Pink Floyd','Dark Side of the Moon',8,'Any Colour You Like'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('Pink Floyd','Dark Side of the Moon',9,'Brain Damage'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('Pink Floyd','Dark Side of the Moon',10,'Eclipse'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('Michael Jackson','Thriller',1,'Wanna Be Startin’ Somethin’'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('Michael Jackson','Thriller',2,'Baby Be Mine'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('Michael Jackson','Thriller',3,'The Girl Is Mine'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('Michael Jackson','Thriller',4,'Thriller'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('Michael Jackson','Thriller',5,'Beat It'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('Michael Jackson','Thriller',6,'Billie Jean'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('Michael Jackson','Thriller',7,'Human Nature'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('Michael Jackson','Thriller',8,'P.Y.T. (Pretty Young Thing)'); | |
INSERT INTO songify.songs (artist, album, track_number, title) VALUES ('Michael Jackson','Thriller',9,'The Lady in My Life'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment