Describe the concept of relational database management system (RDBMS).
Answers
Answered by
4
Answer:
A database management system (DBMS) that incorporates the relational-data model, normally including a Structured Query Language (SQL) application programming interface. It is a DBMS in which the database is organized and accessed according to the relationships between data items.
Answered by
5
Answer:
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