Skip to content

Instantly share code, notes, and snippets.

@CodingTricksHub
Last active June 15, 2017 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CodingTricksHub/3e90f1cd19cb842b11397a7f4e025038 to your computer and use it in GitHub Desktop.
Save CodingTricksHub/3e90f1cd19cb842b11397a7f4e025038 to your computer and use it in GitHub Desktop.
INSERT INTO `categories` (`id`, `categoryName`) VALUES
(1, 'Children''s'),
(2, 'Biography'),
(3, 'Classics'),
(4, 'Science Fiction & Fantasy'),
(5, 'Humor & Entertainment'),
(6, 'Literature & Fiction'),
(7, 'Comics & Graphic Novels'),
(8, 'Teen & Young Adult'),
(9, 'Thrillers & Suspense'),
(10, 'Ebooks'),
(11, 'Fantasy'),
(12, 'Graphic Novels'),
(13, 'History'),
(14, 'Horror'),
(15, 'Philosophy'),
(16, 'Romance'),
(17, 'Music'),
(18, 'Poetry'),
(19, 'Science'),
(20, 'Art');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment