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 / umesh ms analytica-india
Default type is MyISAM
Generates 3 files
1.frm
2.Myd
3.Myi
format files
| Is This Answer Correct ? | 24 Yes | 5 No |
Post New Answer View All Answers
What is a base url?
Can you use both this () and super () in a constructor?
What is the difference between null and empty?
What is the meaning of php?
What is framework? How it works? What is advantage?
List few sensible functions in PHP?
Is php a middleware?
What is polymorphism in oop php?
Can I learn php in a month?
Is it easy to learn wordpress?
Why do we use interface in php?
Write a program to find no of days between two dates in php?
What is the difference between for and foreach in php?
Tell me what are the __construct() and __destruct() methods in a php class?
How to strip whitespace (or other characters) from the beginning and end of a string?