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

Read All 57 PHP Developer Questions
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?