Question:medium

Which of the following is a primary characteristic of a Relational Database?

Show Hint

Remember:
• Relational Database = Tables + Rows + Columns.
• Uses SQL for data management.
• Examples: MySQL, Oracle, PostgreSQL, SQL Server.
Updated On: Jul 15, 2026
  • Data is stored in collections of documents.
  • Data is organised into tables with rows and columns.
  • Designed for unstructured data.
  • No schema required.
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0