A company needs to handle large volumes of semi-structured data. Which type of database would you recommend, and why?

  • Both SQL and NoSQL
  • It depends on the specific requirements
  • NoSQL
  • SQL
When dealing with large volumes of semi-structured data, a NoSQL database is recommended. NoSQL databases can handle flexible schema designs, making them suitable for semi-structured data like JSON or XML.
Add your answer
Loading...

Leave a comment

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