sanjar-notes / db

Databases and Query Languages
0 stars 0 forks source link

Why the relational model, and how it revolutionized databases #15

Open sanjarcode opened 1 year ago

sanjarcode commented 1 year ago

https://youtu.be/5g8DOKwxpa4?t=36

A relational database provides many benefits:

  1. Possibility of declarative queries
  2. App code and database internals can be abstracted away from each other, thus minimizing tech debt