How many tables will create when we create table, what are they?
Answer Posted / harsh
3 tables
But 3 files with be created namely tb_name.frm,tb_name.myi,
tb_name.myd,
extensions of
.frm
.myi
.myd
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I make an action query?
How many queries can mysql handle?
How to analyze tables with 'mysqlcheck'?
Can I copy mysql data directory?
Can you tell what are various ways to create an index?
What is logs in mysql?
How to display top 50 rows?
What is 'mysqladmin' in mysql?
How do I connect to mysql database?
What is sharding in mysql?
Can you tell which of the following where clauses is faster?
In mysql, what is the default storage engine?
How do I edit a database in mysql workbench?
Does uninstalling mysql delete database?
How MySQL Optimizes DISTINCT?