Question

Explain the difference between MyISAM Static and MyISAM Dynamic.

Question

What does myisamchk do?

Question

Explain advantages of InnoDB over MyISAM?

Question

Explain advantages of MyISAM over InnoDB?

Question

What are HEAP tables in MySQL?

Question

How do you control the max size of a HEAP table?

Question

What are CSV tables?

Question

Explain federated tables.

Question

What is SERIAL data type in MySQL?

Question

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