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 / mani
5 type of table is there
1.MyISAM
2.Heap
3.Merge
4.InnoDB
5.BDB
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How does the identity operator === compare two values?
Is facebook still written in php?
What is php session_start() and session_destroy() function?
explain php variable length argument function.
Is php a dying language?
What is php form validation?
Why does php start with variables?
Where php language is used?
What are the main error types in php and how do they differ?
What is the use of isset() in php?
Does php need to be installed?
When sessions ends?
Does empty check for null?
What is namespace in php?
What is the purpose of the '.myi' file extension? What do thes file contain?