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 |
Where’s database data actually stored?
Why we use mysql workbench?
What does a TIMESTAMP do on UPDATE CURRENT_TIMESTAMP data type?
How do I exit mysql?
How can we get the number of rows affected by query?
Explain what is mysql?
How we can get distinct columns values in mysql?
why not null is not allowed at table level
How to Change a users password from MySQL prompt. Login as root. Set the password. Update privs.
How to shutdown mysql server?
Is mysql free for enterprise?
can you tell how can you display the maximum salary in sql? : Mysql dba