MySQL Essentials

From Techotopia
Revision as of 18:05, 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

  15. Inserting Data into a MySQL Database
  16. Updating and Deleting MySQL Data
  17. Retrieving Data From a MySQL Database
  18. Sorting Data Retrieved from a MySQL Database
  19. Using WHERE to Filter MySQL Data
  20. Advanced MySQL Data Filtering - AND, OR, NOT and IN
  21. MySQL Wildcard Filtering using LIKE
  22. MySQL Regular Expression Searches
  23. Joining Tables in MySQL
  24. An Introduction to MySQL Views
  25. MySQL Calculations and Concatenations
  26. Manipulating Text in MySQL
  27. MySQL Mathematical Functions
  28. Working with Dates and Times in MySQL
  29. MySQL Data Aggregation Functions
  30. MySQL Users and Security

Table of ContentsNext
About MySQL Essentials