How do you convert to a different table type?



How do you convert to a different table type?..

Answer / amith

ALTER TABLE customers TYPE = InnoDB

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More MySQL Interview Questions

SELECT country,city FROM customers GROUP BY country ORDER BY city DESC

5 Answers   HCL,


What is DCL in MySQL?

1 Answers  


What is difference between microsoft sql and mysql?

0 Answers  


Why do we use group by and order by function in mysql?

0 Answers  


What is innodb_buffer_pool_size?

0 Answers  


What is the latest version of mysql?

0 Answers  


Is mysql a programming language?

0 Answers  


How do I find my mysql username and password?

0 Answers  


What are the advantages of mysql?

0 Answers  


How do I know if mysql is running on windows?

0 Answers  


how to show all records starting with the letters 'sonia' and the phone number '9876543210' limit to records 1 through 5.

0 Answers  


How do I run mysql on a mac?

0 Answers  


Categories