Table of Contents
ALTER DATABASE SyntaxALTER TABLE SyntaxALTER LOGFILE GROUP SyntaxALTER TABLESPACE SyntaxALTER SERVER SyntaxCREATE DATABASE SyntaxCREATE INDEX SyntaxCREATE TABLE SyntaxCREATE LOGFILE GROUP SyntaxCREATE TABLESPACE SyntaxCREATE SERVER SyntaxDROP DATABASE SyntaxDROP INDEX SyntaxDROP TABLE SyntaxDROP LOGFILE GROUP SyntaxDROP TABLESPACE SyntaxDROP SERVER SyntaxRENAME DATABASE SyntaxRENAME TABLE SyntaxSTART TRANSACTION, COMMIT, and
ROLLBACK SyntaxSAVEPOINT and ROLLBACK TO
SAVEPOINT SyntaxLOCK TABLES and UNLOCK TABLES
SyntaxSET TRANSACTION SyntaxThis chapter describes the syntax for most of the SQL statements supported by MySQL. Additional statement descriptions can be found in the following chapters:
The EXPLAIN statement is discussed in
Chapter 7, Optimization.
Statements for writing stored routines are covered in Chapter 18, Stored Procedures and Functions.
Statements for writing triggers are covered in Chapter 19, Triggers.
View-related statements are covered in Chapter 21, Views.
Statements for scheduling events are covered in Chapter 20, Event Scheduler.

User Comments
Add your own comment.