+ 2
SQL
Please how can I code an SQL using sololearn editors
6 Réponses
+ 4
I would recommend creating a local instance of SQL Server.
+ 3
It seems you know about Python.
You can import sqlite3 module and write SQL code within Python.
Here is the official link with a short tutorial.
https://docs.python.org/3/library/sqlite3.html
+ 2
There is not a direct SQL playground. However, if you can work with basic Python programming, you can issue SQL statements in Python.
Here's a sample Python program that creates a table, inserts data, then queries that table. This same script would work on your own PC if you have Python setup there.
https://www.sololearn.com/en/compiler-playground/cTIqwQk059BB
+ 1
Currently there is no SQL playground available. You can email to sololearn regarding the addition of SQL playground at
info@sololearn.com
0
Okay 👍 thanks for the advice 🤓
0
Thanks 👍