In this section you will learn about describing the
allowable syntax for identifiers in MySQL. The identifiers are Database, table,
index, column and alias name. The following table describes the maximum length
for each type of identifier.
| Identifier | Maximum length |
| Database | 64 |
| table | 64 |
| column | 64 |
| Index | 64 |
| Alias | 255 |
Some restriction on the character, which may appear in identifier are given below :
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Creating Database Tables and Indexes
Post your Comment