
A Guide to SQL
SQL or Structured Query Language is a database independent language for querying databases. SQL is frequently used in conjunction with web hosting companies who offer some kind of access to SQL compatible database, usually MySQL. The following is a comprehensive overview of SQL.
What is a Database?
What is SQL?
Installing SQL
Creating Databases using SQL
Creating Database Tables using SQL
Primary & Foreign Keys
Adding Data with SQL
Deleting Data with SQL
Updating Data with SQL
Retrieving Data with SQL
PHP and SQL