What are different TEXT data types in MySQL?



What are different TEXT data types in MySQL?..

Answer / hrindows@gmail.com

Different text data types in MySQL include:
• TINYTEXT,
• TEXT,
• MEDIUMTEXT and
• LONGTEXT.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is a table schema?

0 Answers  


Write a query to fetch duplicate records from a table using mysql?

0 Answers  


How do I find the database name in mysql?

0 Answers  


How do I drop a database in mysql?

0 Answers  


How many sql dml commands are supported by 'mysql'?

0 Answers  


What is the difference between b-tree and hash indexes?

0 Answers  


What is triggers and how it can be used in mysql?

0 Answers  


Give the syntax of REVOKE commands?

1 Answers  


What is use of mysql?

0 Answers  


Is mysql owned by oracle?

0 Answers  


What is blob storage?

0 Answers  


How can you change the name of any existing table by using the sql statement?

0 Answers  


Categories