Home » MYSQL » Mysql Basic » Question
  1. What is data in a MySQL database organized into?
    1. Networks
    2. File systems
    3. Objects
    4. Tables
    5. 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.



Your comments will be displayed only after manual approval.