Basic PHP Programming Question:
Download Questions PDF

What is the maximum length of a table name, a database name, or a field name in MySQL?

Answer:

Database name: 64 characters
Table name: 64 characters
Column name: 64 characters

Download PHP Interview Questions And Answers PDF

Previous QuestionNext Question
How many ways we can pass the variable through the navigation between the pages?How many values can the SET function of MySQL take?