MCQ IN COMPUTER SCIENCE & ENGINEERING

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 = ‘romance’ AND imdb rating > 8;
A
The asterisk doesn’t need to be there
B
The equal sign needs to go before genre
C
There needs to be an underscore in between imdb and rating
D
The single quotes don’t need to be there
Explanation: 
There is 1 question to complete.