PHP Developer Question:

List the different tables present in MySQL?

PHP Developer Interview Question
PHP Developer Interview Question

Answer:

Total 5 types of tables we can create:
1) MyISAM
2) Heap
3) Merge
4) INNO DB
5) ISAM


Previous QuestionNext Question
Can I use print "$a dollars" or "{$a} dollars" to print out the amount of dollars in this example?How to create table using PHP?