-- Cleaning up the Genres column UPDATE PortfolioProject.dbo.Goodreads SET genres = REPLACE(REPLACE(REPLACE(genres, '/genres/', ''), '-', ' '), '|', ' | ');
-- Cleaning up the Genres column UPDATE PortfolioProject.dbo.Goodreads SET genres = REPLACE(REPLACE(REPLACE(genres, '/genres/', ''), '-', ' '), '|', ' | ');