historically, what made relational databases popular?

前端 未结 5 2167
栀梦
栀梦 2021-02-07 22:32

EDIT I\'ve just started skimming Codd\'s famous 1970 paper that started it all, that Oracle was based on (A Relational Model of Data for Large Shared Data Banks [pdf]),

5条回答
  •  醉话见心
    2021-02-07 23:27

    For the same reason why the script languages are popular.

    You can make a query with your favorite text editor and just issue it, without bothering about the actual physical schema.

    It's not the fastest model, not the most reliable model — it's just the most productive model. You can write ten times as many queries in an hour.

    You may want to read this article in my blog which compares the most popular database models:

    • What is a relational database?

提交回复
热议问题