PHP Developer Question:
Download Questions PDF

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

Download PHP Developer Interview Questions And Answers PDF

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?