What is RDBMS ? List any four characteristics of RDBMS.
Answers
Concept introduction:
Relational Database Management System (RDBMS) is a term that refers to a system that manages databases. It groups data into rows and columns that are connected to each other. It has the following features: - Tables are used to store data. - Rows and columns exist in tables.
Explanation:
We have to answer the following question.
A question has been given to us.
Relational Database Management System (RDBMS) is a term that refers to a system that manages databases.
Four characteristics of RDBMS are-
- The establishment of an index to aid in the retrieval of material at a faster rate.
- Allows for the sharing of a common column across two or more tables.
- Individual users have the ability to control multi-user accessibility.
- To store sensitive data and ease queries, a virtual table can be created.
Final answer:
So, the final answer of the question is-
The phrase "relational database management system" (RDBMS) refers to a database management system.
The following are four features of a relational database management system (RDBMS):
The creation of an index to help in the faster retrieval of information. Allows a common column to be shared across two or more tables. Multi-user accessibility can be controlled by individual users. A virtual table may be established to contain sensitive data and make searches easier.
#SPJ2