How many tables will create when we create table, what are
they?
Answer Posted / 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 |
Post New Answer View All Answers
How to Change a users password from MySQL prompt. Login as root. Set the password. Update privs.
Which storage engine is best in mysql?
Is mariadb faster than mysql?
List some comparisons operators used in mysql?
What is the difference between is null & is not null?
What is mysqli_connect_error ()?
What are the drivers in MySQL?
How large can a mysql table be?
What is the use of mysql_close()?
Does adding an index lock a table?
Transactions are used to treat sets of SQL statements atomically. State Whether True or False?
How does mysql encrypt passwords?
What's new in mysql 8?
Which command is used to view the content of the table in mysql?
What are date and time intervals?