What is data in a MySQL database organized into?
What is data in a MySQL database organized into? Correct Answer Tables
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.
মোঃ আরিফুল ইসলাম
Feb 20, 2025