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 / tariq
There are basically two types of tablein MYSQL:
1. Transaction safe
2. Non transaction safe
Transaction safe consist of InnoDB, BDB
Non transaction table includes ISAM, MYISAM, MERGE, HEAP
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What are include() and require() functions?
How can we change the value of a constant?
Tell me how to find the position of the first occurrence of a substring in a string?
What is $row in php?
What are session variables in php?
What version of php do I have windows?
How to remove an empty directory?
How to retrieve the original query string?
What do you mean by core php?
What does php exit do?
What is the difference between php and javascript?
What is meant by variable variables in php?
What is php resource type?
What does the unlink() function means?
What are the __construct() and __destruct() methods in a php class?