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
Write a query to retrieve a hundred books starting from 20th.
Does mysql use tcp or udp?
Why do you think it is advised to not to use guid and character columns as clustered index arrays?
What is mysql default database?
How to find the unique values if the value in the column is repeated?
How do I setup mysql?
What is database engine in mysql?
How do I edit a trigger in mysql?
What is blob datatype in mysql?
How can I see mysql database?
Can you tell the difference between ereg_replace() and eregi_replace()?
How to list or view all databases from the mysql server.
How do I view tables in mysql workbench?
Why should I use mysql?
Why use mysql procedures?