0
IS QUERIE IS CORRECT OR NOT
SELECT name FROM films WHERE production ='Marvel studios' AND year >= 2010 ORDER BY name;
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).
+ 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.
0
Your query is syntactically correct. The rest depends on what table and columns you have.
0
Also, please consider not using all caps in the future. It reads like shouting.