What is the maximum length of a table name, a database name,
or a field name in MySQL?
Answer Posted / ismail
Database name: 64 characters,Table name: 64 characters,
Column name: 64 characters
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How to include comments in sql statements?
How to use rank function in mysql?
How do I rename a table in mysql?
How many rows can a mysql table hold?
How would you get the current date in mysql?
how we will Show selected records sorted in an ascending (asc) or descending (desc).
Is mysql a free database?
all the queries used in sql
In mysql, what is the default storage engine?
How will show all records containing the name "sonia" and the phone number '9876543210'
Consider you have a composite index of three columns. Now, you have to provide the value of two columns in the where clause of a select query. Do you think index can be used for the operation?
How do you create a primary key?
What is new mysqli?
How do I find my mysql username and password?
What is data types in mysql?