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

How can I get SQL?

literally how and where can I download SQL? is it free? if not, how can I practice it with real software?

22nd Aug 2018, 12:10 AM
Youseong Ha
Youseong Ha - avatar
5 Answers
22nd Aug 2018, 2:13 AM
Googel
Googel - avatar
+ 6
SQL structured query language is just the language to select and work with data in a relational database. you dont "get" it by itself. It inherently works with the popular relational database management software applications such as Oracle, MS SQL server, MYSQL, Postgress, and MS Access MySQL is a good free relational database program to store data on which to practice SQL, and is commonly used with PHP to dynamically build web pages that contain or query data from the database.
23rd Aug 2018, 11:24 AM
Lisa F
Lisa F - avatar
+ 3
SP coder has told you if you want to install MySQL. I usually use SQLite for database apps, and it is already installed in your computer. Basically it's simpler than MySQL (to connect to our codes and to use manually).
22nd Aug 2018, 10:54 AM
Christopher
Christopher - avatar
+ 2
thank you very much!!
22nd Aug 2018, 4:51 PM
Youseong Ha
Youseong Ha - avatar
+ 1
http://mysql.com/ this site help you out. but don't forgot your password
23rd Aug 2018, 5:32 PM
Siddharth
Siddharth - avatar