+ 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?
5 Réponses
+ 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.
+ 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).
+ 2
thank you very much!!
+ 1
http://mysql.com/ this site help you out. but don't forgot your password