Relational Database Management Systems [RDBMS]

A program that lets you create, update, and administer a relational database[2]. Most commercial RDBMS’s use the Structured Query Language[1] (SQL) to access the database[3].

Defined Terms
1. Structured Query Language [SQL] ( Structured Query Language )

A standardized query language for requesting information from a database.

2. relational database.

A collective set of multiple data sets organized by tables, records and columns. RDBs establish a well-defined relationship between database tables. Tables communicate and share information, which facilitates data searchability, organization and reporting.The most popular type of database used to store data for Human Resource applications. It conforms to a relational model that includes the use of data elements as common keys to enable table joins.

3. database.

A set of data. A permanent, self descriptive store of interrelated data items arranged in a logical way that can be accessed by various computer programs.

Scroll to Top
Verified by MonsterInsights