"The best way to predict the future is to invent it and the second best way is to fund it."  Fund Empowerment Donate Invest

User login

SQL

All Skill Factors
Required Skills: 
Missions Requiring this Skill
Open Missions Using This Skill: 

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.

  1. Your first step is to learn how to create a test database for the app you are building.
  2. Next you'll create a mySQL user and password with permission to manipulate that database. 
  3. Now you're ready to use the database.
  4. 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.

http://en.wikipedia.org/wiki/SQL

SQL

Groups: SQL

Skill Group: 
Skill Category: 
Skill

SQL Handbook

Groups: SQL

This is the front page of your new group handbook. Feel free to edit it.