liuhaotian
2017-05-23 18:31:47 +08:00
A database-management system (DBMS) is a collection of interrelated data and a set of programs to access those data. The collection of data, usually referred to as the database, contains information relevant to an enterprise.
--DATABASE SYSTEM CONCEPTS, SIXTH EDITION; Published by McGraw-Hill
所以 Database 就是数据的组织方式?
所以举例大概就是:
DB: Relational Database; Object-oriented Database; Non-relational Database
DBMS: MySQL, Redis, SQL Server...