how many table created when we create a table in mysql?
Answers were Sorted based on User's Feedback
Answer / bhas
3 tables
1.table structure(.frm)
2.table data(.myd)
3.table index(.myi)
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / jyoti
At time only 1 table we have create.
if we open 2 command prompt than we create 2 tables at time
but 2 different cmd.
Is This Answer Correct ? | 0 Yes | 1 No |
Consider you have a composite index of three columns. Now, you have to provide the value of two columns in the where clause of a select query. Do you think index can be used for the operation?
How do you create a table in mysql workbench?
How you can create a trigger in mysql?
How to use mysqldump to create a copy of the database?
Is mysql a programming language?
How to create trigger in mysql workbench?
What is orm in mysql?
What are the differences between char and nchar?
How do you stop an access query?
How do you start MySQL on Linux?
What is the difference Delete and Drop ?
how to search second maximum(second highest) salary value(integer)from table employee (field salary)in the manner so that mysql gets less load?