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
How to convert a character to an ascii value?
What does it mean when it says the csrf token is invalid?
What is a php class?
What is the meaning of a persistent cookie?
What is return in php function?
Explain me what are the main error types in php and how do they differ?
What is env in laravel?
How can you increase the maximum execution time of a script in php?
What type of headers that PHP supports?
Can we learn php without html?
What is the use of stripslashes in php?
What is fetch array in php?
Are php sessions cookies?
What is the use of strpos in php?
Tell me in php, objects are they passed by value or by reference?