+ 1

SQL

Please how can I code an SQL using sololearn editors

21st Sep 2024, 8:31 AM
<BernieByte>
<BernieByte> - avatar
4 odpowiedzi
+ 2
I would recommend creating a local instance of SQL Server.
21st Sep 2024, 10:32 AM
Kai Harrison
0
Currently there is no SQL playground available. You can email to sololearn regarding the addition of SQL playground at info@sololearn.com
21st Sep 2024, 10:40 AM
Aysha
Aysha - avatar
0
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
21st Sep 2024, 11:05 AM
Wong Hei Ming
Wong Hei Ming - avatar
0
Okay 👍 thanks for the advice 🤓
21st Sep 2024, 11:18 AM
<BernieByte>
<BernieByte> - avatar