What is the maximum length of a table name, database name,
and fieldname in MySQL?
Answers were Sorted based on User's Feedback
Answer / virendra
Database: 64
Table: 64
Column: 64
Index: 64
Constraint: 64
Stored Function or Procedure: 64
Trigger: 64
View: 64
Compound Statement Label: 16
Is This Answer Correct ? | 33 Yes | 7 No |
What are the types of queries?
How do I remove a user from mysql?
How to represent ENUMs and SETs internally?
How to show all tables with 'mysql'?
What are the different data types in mysql?
What is the usage of regular expressions in mysql?
What is a session in mysql?
What is int mysql?
How do I grant privileges to a user in mysql phpmyadmin?
What is triggers and how it can be used in mysql?
What happens if null values are involved in expressions?
How do you start and stop MySQL on Windows?