how many table created when we create a table in mysql?

Answers were Sorted based on User's Feedback



how many table created when we create a table in mysql?..

Answer / bhas

3 tables

1.table structure(.frm)
2.table data(.myd)
3.table index(.myi)

Is This Answer Correct ?    5 Yes 0 No

how many table created when we create a table in mysql?..

Answer / asha

1

Is This Answer Correct ?    4 Yes 3 No

how many table created when we create a table in mysql?..

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

Post New Answer

More MySQL Interview Questions

What is key in mysql?

0 Answers  


How you will show all data from a table.

0 Answers  


SQL: 1. Write a queryto retrieve the author who was published a book at the youngest age? 2. write a query to retrieve the no. of books published a each year in various languages? 3. write a query to retrieve no. of books published by them only those authors who have published more than 1 book? 4. write a query to retrieve who has not published any books during the year 2006? 5. write a query to retrieve the authors who has published any books during the birth date write this query in 2 ways 1)joins 2)sub query 6. write a query to retrieve all the books which was published during jan 2007 & title containing India or published in the language hindi? 1. table name is liberary managemnt and two column is there one is authors and another one is books . 2.four fields will comes under authours like nationality, birthdate ,first-language,second-language 3.four fields will comes under books like authour,title ,language,publish date to write query using this details

4 Answers   Covansys,


I have a table like this tblData (month int,Qty int) and i am inserting three rows in this table 1.tblData Values (1,100) 2.tblData Values (2,200) 3.tblData Values (3,300) The Result I want is the Running total of the field Qty that is 1 100 100 2 200 300 3 300 600 What is the Query for that ?

4 Answers  


Is mysql is a programming language?

0 Answers  






If we use sum function in mysql, does it return sum of that row or for that column?

0 Answers  


Can we save images in mysql database?

0 Answers  


Write a query to count the number of rows of a table in mysql.

0 Answers  


How do I exit mysql?

0 Answers  


How much does mysql enterprise cost?

0 Answers  


How to include comments in sql statements?

0 Answers  


How to convert numeric values to character strings?

0 Answers  


Categories