What are the different tables present in mysql, which type
of table is generated when we are creating a table in the
following syntax: create table employee(eno int(2),ename
varchar(10)) ?
Answer Posted / sunil kumar
There are fives tables in MySQL
1 MyISAM
2 Heap
3 Merge
4 INNODB
5 ISAM
When we create a table in MySQL, MyISAM is created
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What is mean by an associative array?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
What is new keyword in php?
What is php used for?
Is php object oriented?
What is cakephp framework?
Which function would you use to format date information in php?
What does the array operator '===' means?
Explain what does the unset() function means?
How do you call a constructor for a parent class?
Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?
What does a dependant variable mean?
Is empty check in php?
Describe the security vulnerability of PHP?
Can we set session value in javascript?