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
What is 'mysqlcheck'?
How do I copy a table in mysql?
Explain csv tables.
Is mysql a server?
What are the 'mysql' command line options?
What is not null in mysql?
What is the difference between truncate and delete?
Explain the storage engines in mysql?
What is foreign key in mysql?
What is the difference between now() and current_date()?
How do you insert a table?
How many queries can mysql handle?
Do while loop in mysql procedure?
What are features of mysql?
How to use sum function in where clause in mysql?