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
Can I write php code in html file?
What does type casting mean in php? Explain with an example?
What is a namespace in php?
Do you know what are traits?
Where do we use get and post?
Does php need apache?
how to detect a mobile device using php
how to track no of users logged in?
What is array function in javascript?
Tell me what are sql injections, how do you prevent them and what are the best practices?
What are php expressions?
Can I learn php without knowing c?
What is the use of trim function in php?
Do you know how to declare an array in php?
What is html used for?