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

What language is mysql written in?

0 Answers  


What is bigint in mysql?

0 Answers  


Write a command with which mysql table can be repaired

0 Answers  


Query to select passwords from a table having a column "Password" Whose length is b/w 8 &15 and having 'A' as the first character in the password irrespective of case.

3 Answers  


write a command to view the content of the table

0 Answers  


How many rows can a mysql table hold?

0 Answers  


What is difference between mysqli and pdo?

0 Answers  


How to delete the repeated records from a table?

0 Answers  


How to store binary data in mysql?

0 Answers  


how to display only 4 records from a table based on a condition for ex i have a table called products in that nid,prodname are fields i want to display only any 4 records of perticular product plz tell me

6 Answers  


What is mysql data directory? How to determine the location of the data directory?

0 Answers  


What is default password for mysql?

0 Answers  


Categories