What are different TEXT data types in MySQL?
Different text data types in MySQL include:
• TINYTEXT,
• TEXT,
• MEDIUMTEXT and
• LONGTEXT.
Is This Answer Correct ? | 0 Yes | 0 No |
What is a table schema?
Write a query to fetch duplicate records from a table using mysql?
How do I find the database name in mysql?
How do I drop a database in mysql?
How many sql dml commands are supported by 'mysql'?
What is the difference between b-tree and hash indexes?
What is triggers and how it can be used in mysql?
Give the syntax of REVOKE commands?
What is use of mysql?
Is mysql owned by oracle?
What is blob storage?
How can you change the name of any existing table by using the sql statement?