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 / albert
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
*/
Default type is MyISAM
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is isset in php form?
What are php magic quotes?
How do you parse and process html/xml in php?
Is php still relevant 2019?
Where are the persistent cookies stored on your computer?
What is singleton class in php?
What is isset and unset in php?
What is difference between md5 and SHA256?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
What is mysqli_fetch_array?
How to get the IP address of the client/user in PHP?
How to get number of elements in an array?
Which functions are used to count the total number of array elements in php?
Is php easy language to learn?
Which function is used to read a file removing the html and php tags in it upwork?