+ 5
Wouldn't a small sample database be helpful on sololearn?
rather than writing sample data in your code , isn't it better if sololearn provide a small database from which you can obtain data and manipulate it in your code, for example if you are writing a code that handles a dictionary, you can obtain data from the base and manipulate it in your code without having to enter sample data by your self .
4 Answers
+ 5
Not sure... when I was getting edumacated I had to generate my own test data. It probably made me think about proper formatting or something.
If you're really itching to try something:
sqlite3 works in Python
The sqlite imports work in Java
External SQL libraries work in web codes
c++ and c# don't seem to have an import ready; don't know about the other langs.
+ 3
it would be a better playground
+ 3
c# has LINQ