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
What is ddl, dml, and dcl?
What are enums used for in mysql?
What are the reasons for selecting lamp (linux, apache, mysql, php) instead of combination of other software programs, servers and operating systems?
What is a select query?
Write command to import an mysql file?
What sql does mysql use?
Can we store videos in mysql database?
How to determine the location of the data directory?
How to store binary data in mysql?
Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.
What is pdo in php mysql?
What are the technical specifications of mysql?
What is the insert?
Is mysqli secure?
How do I find the database name in mysql?