Scenario: An e-commerce website needs to store product information, including details like name, price, description, and customer reviews. The website experiences heavy read traffic due to frequent product searches. Which type of database would be most appropriate for this use case?

  • Columnar Database
  • In-Memory Database
  • NoSQL Database
  • Relational Database
A Relational Database would be most appropriate for this use case. Relational databases excel at handling structured data and are well-suited for scenarios where data consistency and complex queries are crucial, such as storing product information in an e-commerce website.
Add your answer
Loading...

Leave a comment

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