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
How to include numeric values in sql statements?
Explain about the architecture of MYSQL?
How can you take the backup and restore a mysql database using php?
Which statement is used in a select query for partial matching?
How do I restore a database in mysql workbench?
What is trigger in mysql with example?
What is mysql shell?
HOW TO FIND display the total number of weeks in the year of 1998 IN EMP TABLE
What do we use to remove duplicate records while fetching a data in mysql ?
Can varchar be primary key?
Is mysql free for commercial use?
What is ddl, dml, and dcl?
Is mysql from oracle?
Is mysql free download?
How to drop an existing index in mysql?