0

Why my code is not working ?

Write a query to output the names of all of the films which were produced by Marvel Studios in 2010 or later, sorted by the 'name' column. SELECT * FROM films WHERE production='Marvel Studios' and year>=2010 ORDER BY name;

13th Feb 2021, 1:09 PM
Md Imraj Hossain
Md Imraj Hossain - avatar
1 Answer
0
Does this return nothing?
22nd Feb 2021, 7:47 PM
Kail Galestorm
Kail Galestorm - avatar