Describe the concept of relational database management system (RDBMS)?
Answers
Answered by
5
Explanation:
It is a DBMS in which the database is organized and accessed according to the relationships between data items. In a relational database, relationships between data items are expressed by means of tables. Interdependencies among these tables are expressed by data values rather than by pointers.
Answered by
4
Explanation:
A relational database management system (RDBMS) is a collection of programs and capabilities that enable IT teams and others to create, update, administer and otherwise interact with a relational database.
- RDBMSes store data in the form of tables, with most commercial relational database management systems using Structured Query Language (SQL) to access the database.
- However, since SQL was invented after the initial development of the relational model, it is not necessary for RDBMS use.
- The RDBMS is the most popular database system among organizations across the world.
- It provides a dependable method of storing and retrieving large amounts of data while offering a combination of system performance and ease of implementation.
Similar questions