how many table created when we create a table in mysql?
Answer Posted / bhas
3 tables
1.table structure(.frm)
2.table data(.myd)
3.table index(.myi)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
In mysql, what is the default storage engine?
What are the critical issues you have resolved in your company
What are the steps required to view your mysql database?
What is an index? How can an index be declared in mysql?
Why mysql is used with php?
How can you make a database as your current database?
Does mysql need a server?
Is mysql a distributed database?
How do I edit a trigger in mysql?
What is the return type of mysqli_query?
can you tell how can you display the maximum salary in sql? : Mysql dba
What is trigger in mysql with example?
How to returns the columns and column information pertaining to the designated table.
Can we rollback truncate in mysql?
What do ddl, dml, and dcl stand for?