PHP Developer Question:
List the different tables present in MySQL?

Answer:
Total 5 types of tables we can create:
1) MyISAM
2) Heap
3) Merge
4) INNO DB
5) ISAM
1) MyISAM
2) Heap
3) Merge
4) INNO DB
5) ISAM
Previous Question | Next 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? |