Scenario: A content management system needs to handle rich text documents, such as articles and blog posts, with embedded multimedia content. The system should efficiently retrieve and update these documents. Which database model would be most appropriate for this use case and why?

  • Document Database
  • Graph Database
  • Object-Oriented Database
  • Relational Database
A Relational Database would be most appropriate for handling rich text documents. Relational databases provide a structured and efficient way to store and retrieve text-based content. They can handle relationships between different entities, making them suitable for a content management system dealing with articles and blog posts.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *