πŸ“Š MySQL
Q. What is the data in a MySQL database?
  • (A) Objects
  • (B) Tables
  • (C) Networks
  • (D) File systems
πŸ’¬ Discuss
βœ… 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.

Explanation by: Vishal Gupta
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
223
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Vishal Gupta
Publisher
πŸ“ˆ
90%
Success Rate