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 the difference between the DELETE TABLE and TRUNCATE TABLE commands in MySQL?

1 Answers  


How do I know if mysql is installed on windows?

0 Answers  


How do I kill a mysql connection?

0 Answers  


What does tee command do in MySQL?

1 Answers  


What happens when the column is set to AUTO INCREMENT and if you reach maximum value in the table?

0 Answers  






What is mysql installer?

0 Answers  


How many tables will create when we create table, what are they?

2 Answers  


What is row level locking?

0 Answers  


How do I edit a database in mysql workbench?

0 Answers  


What is mysql_query?

0 Answers  


What is definer in mysql?

0 Answers  


Do you need a license for mysql?

0 Answers  


Categories