adspace
Answer Posted / 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 View All Answers