+ 1
SQL
How to create sql in new code option, which should we click sql
6 Respostas
+ 5
CH1NMΛY H ΛCHΛRYΛ
on Sl.. we can't but if you contact sololearn at: info@sololearn.com
You can make the suggestion.
+ 4
I don't recall there was a playground for SQL code, nor did I ever see SQL code listed snd showcased in Code section. If you want, you can try playing in http://sqlfiddle.com/
+ 4
On PC you can install xampp for free with mysql:
https://www.apachefriends.org/de/index.html
+ 2
For testing SQL codes on phone I had used application RemoDB.
It already have sample database where you can test your SQL queries, so no need for making database.
If I am not wrong it is SQL lite so some commands from tutorial may not work, so you would need to find on internet how to do same with SQL lite.
+ 1
To create a new SQL script, you need to follow these steps:
Open a code editor or application that supports SQL scripting.
Select "New File" or "New Script" from the File menu.
Choose the "SQL" option as a file type or as a scripting language.
Start writing your own SQL code.
Save the file with a .sql extension.
At this point, you can run the SQL code using an application or tool such as SQL Management Studio or MySQL Workbench.
+ 1
You can use with termux for create sql server