1.2.2 The Main Features of MySQL (original) (raw)

1.2.2 The Main Features of MySQL

This section describes some of the important characteristics of the MySQL Database Software. In most respects, the roadmap applies to all versions of MySQL. For information about features as they are introduced into MySQL on a series-specific basis, see the“In a Nutshell” section of the appropriate Manual:

Internals and Portability

Data Types

Statements and Functions

mysql> SELECT CONCAT(first_name, ' ', last_name)  
    -> FROM citizen  
    -> WHERE income/dependents > 10000 AND age > 30;  

Security

Scalability and Limits

Connectivity

Localization

Clients and Tools