Mysql Identifiers and their maximum lengths(Bytes)
by ArulKumar[ Edit ] 2008-06-11 12:02:22
Mysql Identifiers:
1. Database
2. Table
3. column
4. Alias
5. Index
Length of the identifiers in bytes:
Database 64 bytes
Table 64 bytes
Column 64 bytes
Index 64 bytes
Alias 255 bytes