+ 5
How I can do a code with SQL?
In the lenguages options I don't see SQL
8 Réponses
+ 2
You will need to look at query a database in PHP.. PHP has methods that allow you to process an SQL query.
+ 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 😃
+ 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.
+ 5
How do I convert my computer into a web server?
+ 4
To create a database, you will use PHPMyAdmin or MySQL.
+ 3
hello, you need database for that , u can use oracle,mysql or sql server.
+ 2
Thank you josh mizzi☺
0
good