Q. What is the data in a MySQL database?
β
Correct Answer: (B)
Tables
Explanation: Since MySQL is an RDBMS, its data is organized in the form of tables to establish relationships. A table is a collection of rows and columns, where each row is a record and the columns describe the functionality of the records.