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.
Loading...
Related Quiz
- What type of data format is commonly used for documents in document-based modeling?
- The _______ model is designed to prevent unauthorized users from accessing or modifying data in a database.
- How does conceptual schema design differ from logical schema design?
- In Slowly Changing Dimensions (SCD), how does Type 4 handle historical data?
- How do NoSQL databases handle consistency in distributed systems compared to traditional relational databases?