How does mysql store data?



How does mysql store data?..

Answer / Tanmay Singh

MySQL stores data in tables, which are composed of rows and columns. Each row represents a record, and each column contains specific fields within the record. The data is physically stored in files such as .frm (table definition), .MYD (data), and .MYI (index) files.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

Can mysql handle big data?

1 Answers  


How we get sum of column.

1 Answers  


What different Stored Objects are supported in MySQL?

1 Answers  


How do I restart mysql on windows?

1 Answers  


What is blob datatype in mysql?

1 Answers  


How can I connect mysql database?

1 Answers  


How many values can the SET function of MySQL take?

2 Answers   Creative Informatics,


What is a user defined variable?

1 Answers  


What is sql in mysql?

1 Answers  


How to show table structure mysql?

1 Answers  


How to insert html code into mysql database using php?

1 Answers  


What do you understand by mysql terminal?

1 Answers  


Categories