Skip to content
Advertisement

Code a SQL statement to change the type to “geeky” for any book that has the word “Computer” or “Networking” in the title

Code a SQL statement to change the type to “geeky” for any book that has the word “Computer” or “Networking” in the title

The code isn’t right. What can I use in the WHERE clause to choose these two words and type them as geeky?

Advertisement

Answer

Try the following

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement