Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the maximum length of a table name, database name,
and fieldname in MySQL?

Answers were Sorted based on User's Feedback



What is the maximum length of a table name, database name, and fieldname in MySQL?..

Answer / sbreddy

tablename=64
databasename=64
fieldname=64

Is This Answer Correct ?    101 Yes 12 No

What is the maximum length of a table name, database name, and fieldname in MySQL?..

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 is the maximum length of a table name, database name, and fieldname in MySQL?..

Answer / pravallika

64

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More MySQL Interview Questions

Can we join 3 tables in mysql?

0 Answers  


How does limit work in mysql?

0 Answers  


Explain about the architecture of MYSQL?

0 Answers  


What is a definer?

0 Answers  


How do you create a table in mysql workbench?

0 Answers  


SQL: 1. Write a queryto retrieve the author who was published a book at the youngest age? 2. write a query to retrieve the no. of books published a each year in various languages? 3. write a query to retrieve no. of books published by them only those authors who have published more than 1 book? 4. write a query to retrieve who has not published any books during the year 2006? 5. write a query to retrieve the authors who has published any books during the birth date write this query in 2 ways 1)joins 2)sub query 6. write a query to retrieve all the books which was published during jan 2007 & title containing India or published in the language hindi? 1. table name is liberary managemnt and two column is there one is authors and another one is books . 2.four fields will comes under authours like nationality, birthdate ,first-language,second-language 3.four fields will comes under books like authour,title ,language,publish date to write query using this details

4 Answers   Covansys,


How to Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.

0 Answers  


What is the difference between the DELETE TABLE and TRUNCATE TABLE commands in MySQL?

1 Answers  


If you specify the data type as DECIMAL (5,2), what?s the range of values that can go in this table?

2 Answers  


Which storage engines support transactions in MySQL?

2 Answers  


How to create table with same structure of student table in mysql?

0 Answers  


How can you find out the version of the installed mysql?

1 Answers  


Categories