Databases Flashcards
1
Q
Why might you want to use a non-relational DB as oppose to a relational DB?
A
- Each record in a non-relational DB does not have to maintain an identical data structure
- Migrations aren’t needed when changing the data structure in a non-relational DB
- non-relational DBs are much more flexible
2
Q
What are the advantages of using a relational DB?
A
- A high level of data integrity thanks to tight relationships between records
- SQL is a very powerful query language that allow for complex queries and retrieval of data.