-
What is the maximum length for alias names in terms of characters?
-
- 32
- 64
- 128
- 256
- None of these
Correct Option: D
The identifiers in MySQL have a maximum length of 64 characters. However, the alias names for identifiers can have the number of characters up to 256. Aliases can also be quoted or unquoted.