A company wants to develop a mobile app that works both offline and online, syncing data when a connection is available. Which type of database would be most suitable for this requirement?

  • Graph Database
  • In-Memory Database
  • NoSQL
  • SQL (Relational)
For offline-online sync, a 'NoSQL' database, like document-oriented databases, is often used. NoSQL databases offer flexible schema and can efficiently handle unstructured data, making them suitable for mobile apps with sync requirements.
Add your answer
Loading...

Leave a comment

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