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
Explain the purpose of output buffering in php.
Can I use node js with php?
What is the use of explode() function?
What is beforeRender() used?
What types of MYSQL function available for affecting columns
What is regular expression in php?
Tell me will a comparison of an integer 12 and a string "13" work in php?
What is the use of mysql_fetch_assoc in php?
Explain how we can get the number of elements in an array?
Do you know when sessions ends?
Is php class name case sensitive?
What does $_ post mean in php?
How to check a variable is array or not in php?
What is meant by variable variables in php?
What is pdo in php why use?