How many tables will create when we create table, what are they?
Answer Posted / 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 |
Post New Answer View All Answers
How to print message in mysql trigger?
write a command to view the content of the table
What is unsigned in mysql?
What is row?
How many primary keys can be there in a table?
Explain Access Control Lists.
What is regex in mysql?
What is the current mysql version?
What happens when the column is set to AUTO INCREMENT and if you reach maximum value in the table?
How can you filter the duplicate data while retrieving records from the table?
How do I connect to a database in mysql workbench?
What is a transaction? Describe mysql transaction properties.
1.how to fetch a value and Execute store procudure in mysql(INNODB) using phpMyAdmin? 2.can i wright a package in mysql database(INNODB)?
What is text in mysql?
What is 1nf 2nf 3nf?