COMPUTER SCIENCE AND ENGINEERING
SQL
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
What is wrong with the following code:SELECT * FROM movies WHERE genre = comedy AND year < 2016 ORDER BY year DESC;
|
Comedy should have single quotes around it
|
|
AND should be lower case
|
|
movies should be capitalized
|
|
No changes should be made
|
Explanation:
There is 1 question to complete.