I'm creating a SQL database for movies and I want to print out the number of movies that are Sci-Fi in the database.
I have ran this command, but I'm getting an error. Can anyone please points out to what is wrong in the command?
SELECT COUNT Genre FROM Movies WHERE Genre='Sci-Fi'