How many tables will create when we create table, what are
they?
Answers were Sorted based on User's Feedback
Answer / anand
Three tables
1. .frm(containg structure of table)
2. .MYI(contains Index)
3. .MYD(For containing data values)
Is This Answer Correct ? | 3 Yes | 3 No |
What is the innodb in mysql?
What are mysql queries?
How to increment dates by 1 in mysql?
What is the different between NOW() and CURRENT_DATE()?
How do I stop a mysql service?
What are all the Common SQL Function?
What is the use of mysqli_num_rows?
How do I install mysql on windows 10?
How we can get the current date in mysql?
How do I stop a mysql command?
When to use order by in delete statement?
What is difference between mysql and mariadb?