MySQL Essentials

From Techotopia
Revision as of 17:40, 29 October 2007 by Neil (Talk | contribs)

Jump to: navigation, search

MySQL Essentials is an online book designed to provide everything a user needs to know to install, build, maintain and secure MySQL based databases.

Table of ContentsNext
About MySQL Essentials

  1. About MySQL Essentials
  2. Database Basics
  3. MySQL Database Architecture
  4. The mysql Command-Line Tool
  5. The MySQL Administrator Tool
  6. The MySQL Query Browser
  7. Creating New Databases and Tables with MySQL Administrator
  8. Creating Databases and Tables Using SQL Commands
  9. Updating and Deleting MySQL Tables
  10. Altering a MySQL Table
  11. Adding and Deleting Table Columns
  12. Renaming Tables and Columns
  13. Changing The Data Type of a Column
  14. Deleting a Database Table
  1. Inserting Data into a MySQL Database
  1. Updating and Deleting MySQL Data
  2. Retrieving Data From a MySQL Database
  3. Sorting Data Retrieved from a MySQL Database
  4. Using WHERE to Filter MySQL Data
  5. Advanced MySQL Data Filtering - AND, OR, NOT and IN
  6. MySQL Wildcard Filtering using LIKE
  7. MySQL Regular Expression Searches
  8. Joining Tables in MySQL
  9. An Introduction to MySQL Views
  10. MySQL Calculations and Concatenations
  11. Manipulating Text in MySQL
  12. MySQL Mathematical Functions
  13. Working with Dates and Times in MySQL
  14. MySQL Data Aggregation Functions
  15. MySQL Users and Security

Table of ContentsNext
About MySQL Essentials