Databasics 101 Flashcards

1
Q

Relational database vs. relational database management system
While a relational database organizes data based off a relational data model, a relational database management system (RDBMS) is a more specific reference to the underlying database software that enables users to maintain it. These programs allow users to create, update, insert, or delete data in the system, and they provide:

Data structure
Multi-user access
Privilege control
Network access

A

Examples of popular RDBMS systems include MySQL, PostgreSQL, and IBM DB2. Additionally, a relational database system differs from a basic database management system (DBMS) in that it stores data in tables while a DBMS stores information as files.

Relational Database System is a subsystem of Databases and it is realation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly