How many tables will create when we create table, what are they?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / bhas
dear chandu
.frm->from mysql
.myi->mysql index
.myd->mysql data
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / harsh
3 tables
But 3 files with be created namely tb_name.frm,tb_name.myi,
tb_name.myd,
extensions of
.frm
.myi
.myd
Is This Answer Correct ? | 0 Yes | 0 No |
What is pragma exception?
What does mysqli stand for?
What is truncate command?
How can you filter the duplicate data while retrieving records from the table?
Explain the difference between delete and truncate.
What are the advantages of a procedure?
How do I find users in mysql?
How do I connect to mysql database?
Can I install mysql on mac?
How to check if value already exists in mysql database in php?
How internally data stores in MyISAM and INNODB table types?
What ascii 31?