How many tables will create when we create table, what are
they?
Answer Posted / 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 View All Answers
How does mysql store data?
how to add a new column to an existing table?
Can you tell how to find the number of rows in a resultset using php?
Write a command to view mysql database table structure?
What is difference between unix timestamp and mysql timestamp?
What is difference between oracle sql and mysql?
How many concurrent queries can mysql handle?
What is mysql server used for?
How to filter data from a mysql database table with php?
Where is the myisam table stored?
How to return query output in xml format?
In mysql, what is joins? Explain
How can you retrieve a particular number of records from a table?
What is the maximum number of columns per table?
How to show table structure mysql?