Scenario: A financial institution wants to analyze large volumes of transactional data, including customer accounts, transactions, and account balances. The analysis involves complex queries and aggregations. Which type of database would be the best fit for this scenario?

  • Columnar Database
  • In-Memory Database
  • NoSQL Database
  • Relational Database
A Relational Database would be the best fit for this scenario. Relational databases provide strong support for complex queries, transactions, and aggregations, making them suitable for handling the structured and transactional nature of financial data.
Add your answer
Loading...

Leave a comment

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