Scenario: An e-commerce platform needs to store product information, including images, descriptions, and pricing details. The platform wants to scale seamlessly as the number of products increases. Which database model would best suit this requirement and why?

  • Columnar Database
  • NoSQL Database
  • Object-Oriented Database
  • Relational Database
A NoSQL Database would be the best fit for this scenario. NoSQL databases, especially those designed for document storage, provide scalability and flexibility for handling diverse product information. The ability to store and retrieve complex data, including images and descriptions, aligns well with the requirements of an e-commerce platform.
Add your answer
Loading...

Leave a comment

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