- MySQL Functions listed alphabetically
- MySQL Functions listed by category
MySQL Functions :
- Create, alter, and drop primary keys
- Create, add, and drop unique constraints
- Create, drop and rename indexes (performance tuning)
MySQL Keys, Constraints and Indexes :
- Grant or revoke privileges
- Change a user's password
MySQL Privileges and Passwords :
- Create and drop functions
- Create and drop procedures
- Create and drop triggers
- Create cursors within stored programs
- String, number, date, time, boolean literals
- LOOP statement, IF-THEN-ELSE and others
- Create a sequence of numbers using the AUTO_INCREMENT attribute
- How to create comments within your SQL statement
MySQL Programming :