How I can do a code with SQL? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How I can do a code with SQL?

In the lenguages options I don't see SQL

3rd Jul 2018, 1:33 PM
PaulaAG
8 Answers
+ 2
You will need to look at query a database in PHP.. PHP has methods that allow you to process an SQL query.
3rd Jul 2018, 2:07 PM
josh mizzi
josh mizzi - avatar
+ 10
Check this : www.sqlzoo.net For writing SQL as code (file), i recommend the notepad++, www.notepad-plus-plus.org And i'm agree with Zohir , try phpmyadmin, MySQL 😃
4th Aug 2018, 12:40 PM
Donthack
Donthack - avatar
+ 9
to create a MySQL database and install a GUI (MySQL Workbench) and for relevant documentation go to: https://dev.mysql.com/downloads/installer/ With this setup you can practice querying your database from whatever executable you want (MySQL command line, Excel, R, etc..) or as was mentioned above by Paul Caron, you could write a php script.
3rd Jul 2018, 5:13 PM
Edward Russell
Edward Russell - avatar
+ 5
How do I convert my computer into a web server?
4th Jul 2018, 7:41 PM
Tasvir
Tasvir - avatar
+ 4
To create a database, you will use PHPMyAdmin or MySQL.
5th Jul 2018, 11:48 PM
program
program - avatar
+ 3
hello, you need database for that , u can use oracle,mysql or sql server.
4th Jul 2018, 7:50 AM
Tarika
Tarika - avatar
+ 2
Thank you josh mizzi☺
3rd Jul 2018, 2:17 PM
PaulaAG
0
good
5th Jul 2018, 3:26 PM
omsingh
omsingh - avatar