How many tables will create when we create table, what are
they?

Answers were Sorted based on User's Feedback



How many tables will create when we create table, what are they?..

Answer / ravi

can not say

Is This Answer Correct ?    3 Yes 3 No

How many tables will create when we create table, what are they?..

Answer / anand

Three tables
1. .frm(containg structure of table)
2. .MYI(contains Index)
3. .MYD(For containing data values)

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More MySQL Interview Questions

How can you make a database as your current database?

0 Answers  


I have a table like this tblData (month int,Qty int) and i am inserting three rows in this table 1.tblData Values (1,100) 2.tblData Values (2,200) 3.tblData Values (3,300) The Result I want is the Running total of the field Qty that is 1 100 100 2 200 300 3 300 600 What is the Query for that ?

4 Answers  


Why should I use mysql?

0 Answers  


What is mysql_query?

0 Answers  


How to calculate the difference between two dates?

0 Answers  






How do I start and stop mysql on windows?

0 Answers  


How can I create table in mysql?

0 Answers  


What do you need to connect php to mysql?

0 Answers  


what is database black box testing? : Mysql dba

0 Answers  


What is difference between mysql_connect and mysql_pconnect?

0 Answers  


What does innodb stand for?

0 Answers  


How important is to list the column names when doing an insert?

0 Answers  


Categories