InterviewSolution
Saved Bookmarks
| 1. |
What does a MySQL database contain? |
|
Answer» A MySQL database contains one or more tables, each of which contains RECORDS or rows. Within these rows are VARIOUS COLUMNS or FIELDS that contain the DATA itself. |
|