Why does SoloLearn SQL Lacks code playground? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Why does SoloLearn SQL Lacks code playground?

I think SQL needs hands on practices and a learner must try it...

26th Aug 2019, 9:37 AM
OkomoJacob
OkomoJacob - avatar
1 Answer
+ 9
Part of the reason why Code Playground doesn't have SQL may be attributed to the difference in where you'd normal execute it, in comparison to other languages which can be interpreted/compiled and executed directly. For Code Playground to support SQL, SL will have to figure a way to let users build their own databases before executing queries on those tables. It's not impossible, just not readily available from the start due to some additional points of concern that would have to be sorted out if they were to implement it. Regardless, our users have found other available sources of practice for SQL in the past. Feel free to use the search bar for a list of SQL practice suggestions. https://www.sololearn.com/discuss/730454/?ref=app
26th Aug 2019, 9:45 AM
Hatsy Rei
Hatsy Rei - avatar