0

IS QUERIE IS CORRECT OR NOT

SELECT name FROM films WHERE production ='Marvel studios' AND year >= 2010 ORDER BY name;

8th May 2023, 7:14 AM
Saran Krishnan G
Saran Krishnan G - avatar
5 Respuestas
+ 6
If you dont know how to upload your code here you have a tutorial https://code.sololearn.com/Wek0V1MyIR2r/?ref=app But… SQL can’t be run on sololearn. You can upload, for example, a replit link (https://repl.it).
8th May 2023, 7:19 AM
Ugulberto Sánchez
Ugulberto Sánchez - avatar
+ 5
Saran Krishnan G Please save your program in the code playground, and put a link in your question. Use the + button to Insert Code in the comment. This way people can test your code. Actually you should test it yourself too, and explain your question better. "Is this correct or not" is not meaningful if you don't say anything about what your program is supposed to do.
8th May 2023, 7:17 AM
Darpan kesharwani🇮🇳[Inactive📚]
Darpan kesharwani🇮🇳[Inactive📚] - avatar
0
Your query is syntactically correct. The rest depends on what table and columns you have.
10th May 2023, 7:14 AM
Евгений
Евгений - avatar
0
Also, please consider not using all caps in the future. It reads like shouting.
10th May 2023, 7:19 AM
Евгений
Евгений - avatar