SQL
SQL database management is essential for building web apps that store data.
The most common web app SQL database is MySQL. iPhone and many other modern platforms provide SQLite for data storage.
Database Administration
The most common administrative interface for MySQL is called phpMyAdmin and it allows you to do most SQL database mangement tasks without learning how to us mySQL's command-line.
- Your first step is to learn how to create a test database for the app you are building.
- Next you'll create a mySQL user and password with permission to manipulate that database.
- Now you're ready to use the database.
- You can install a ready-made web app like Drupal and point it at your new database to have it do all the work of populating the things it needs in the database for you, or you can write your own code in a language like PHP and learn how to manipulate your database yourself with structured query language.
Programming Structured Query Language
Once you have a database to interact with, it is time to learn how to write SQL queries.
SQL
lxpk’s personal skill (something lxpk has learned or wants to learn) posted by lxpk Thu, 2008-09-18 15:00SQL Handbook
book posted by lxpk Thu, 2008-09-18 14:51This is the front page of your new group handbook. Feel free to edit it.
»
- Printer-friendly version
- Login or register to post comments
- Email this page





