-
What is data in a MySQL database organized into?
-
- Networks
- File systems
- Objects
- Tables
- None of these
Correct Option: D
Since MySQL is an RDBMS, it’s data is organised in tables for establishing relationships. A table is a collection of rows and columns, where each row is a record and columns describe the feature of records.