Home PHP and MySQL MySQL and SQL

PHP and MySQL - MySQL and SQL


In this tutorial, we cover the following topics:

  • A short introduction to relational databases and relational modeling
  • A quick start guide to the winestore database and its full entity-relationship model
  • The MySQL command interpreter and the basic features of MySQL
  • Using SQL to create and modify databases, tables, and indexes
  • Using SQL to insert, delete, and update data
  • The SQL SELECT statement for querying, with examples of simple and advanced queries
  • Functions and operators in SQL and MySQL
  • Advanced features, including managing indexes and keys, tuning the MySQL DBMS, security, and the limitations of MySQL

[Next]