99.2k views
3 votes
Of all the database types we have studied, which database seems most appropriate for a startup building a new note-taking app for use in higher education (during class, etc). Why

2 Answers

5 votes

Answer:

Key/Value database

Step-by-step explanation:

A key/value database is similar to a relational database (a database with a table) but pairs the notes of a user to the username at every session. This session of note-taking or key-value pairing is like a dictionary or hashtable and can be stored in the local system as JSON files.

User Sebastian Engel
by
3.8k points
5 votes

Answer:

documents database

Step-by-step explanation:

This database is most appropriate because we need to remember that a note-taking app would not necessarily need too many functions apart from the basics text input operations.

Also, we need to note that the digital infrastructure required to build a documents database, is very convenient for a startup because they may have lesser resources.

User Silverspur
by
3.7k points