+ 2

SQL

Please how can I code an SQL using sololearn editors

21st Sep 2024, 8:31 AM
<BernieByte>
<BernieByte> - avatar
6 Réponses
+ 4
I would recommend creating a local instance of SQL Server.
21st Sep 2024, 10:32 AM
Kai Harrison
+ 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
21st Sep 2024, 11:05 AM
Wong Hei Ming
Wong Hei Ming - avatar
+ 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
21st Sep 2024, 2:14 PM
Jerry Hobby
Jerry Hobby - avatar
+ 1
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
Okay 👍 thanks for the advice 🤓
21st Sep 2024, 11:18 AM
<BernieByte>
<BernieByte> - avatar
0
Thanks 👍
21st Sep 2024, 3:17 PM
<BernieByte>
<BernieByte> - avatar