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


Please Help Members By Posting Answers For Below Questions

What are the uses of explode() function?

560


What function do we use to find length of string, and length of array?

533


Which methods should be used for sending an email using the variables $to, $subject, and $body?

568


Tell me how to get the value of current session id?

507


Tell me how would you declare a function that receives one parameter name hello?

538






Tell me will a comparison of an integer 12 and a string "13" work in php?

657


How to read and display a HTML source from the website url?

560


How to redirect https to http url and vice versa in .htaccess?

517


can you give me an example code of calling java script function in php variable using AJAX.or with out ajax??????

1326


What are the advantages and disadvantages of cascade style sheets?

668


How should a model be structured in mvc?

529


When are you supposed to use endif to end the conditional statement?

539


Explain what does the unset() function means?

578


What is cookie and why do we use it?

531


Explain me what are the 3 scope levels available in php and how would you define them?

734