How many tables will create when we create table, what are they?
Answer Posted / freeman
If you create one table , then only one table with be created.
But 3 files with be created namely tb_name.frm,tb_name.myi,
tb_name.myd,
| Is This Answer Correct ? | 26 Yes | 0 No |
Post New Answer View All Answers
How do I view tables in mysql workbench?
What is the maximum size of mysql database?
What is the maximum number of records in mysql table?
How do I change mysql password?
What is the use of count function in mysql?
How does select query work?
How to see the create table statement of an existing table?
What is index length in mysql?
What are date and time functions in mysql?
What does the file with the extension: frm, myd, and myi contain?
Can you tell the difference between mysql_connect and mysql_pconnect? : Mysql dba
What is a user defined variable?
What is normalization and list the different types of normalization?
What is 'mysqlcheck'?
What is database engine in mysql?