Home > Database > Mysql Tutorial > body text

What is the maximum length of each type of identifier in MySQL?

王林
Release: 2023-09-10 23:41:02
forward
615 people have browsed it

What is the maximum length of each type of identifier in MySQL?

As we all know, some objects in MySQL are called identifiers. These objects include databases, tables, indexes, columns, aliases, views, stored procedures, partitions, table spaces, etc. Identifiers are stored using Unicode (UTF-8). The maximum length of each type of identifier is as shown in the following table:

##1Database 64##23##4Index 5 Constraints Stored procedure or functionTriggerView64##10 64116412256 Compound statement tag##16
Sr. Number Identifier

Maximum length (characters)

2 Form 64

Column 64

64

64

##6

64

7

64

# #8

##9

Event

64

Tablespace

Log file group

Alias

13

The above is the detailed content of What is the maximum length of each type of identifier in MySQL?. For more information, please follow other related articles on the PHP Chinese website!

source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!