What are DBMS and RDBMS?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Please Disable the AdBlocker to Continue to the site.
DBMS: A Database Management System (DBMS) is a system used to manage the development, maintenance, and use of databases. Data is managed in a database rather than being saved in file systems by the database management system, or DBMS.
RDBMS: Relational Database Management System is referred to as RDBMS. RDBMS contain data in a group of tables that are connected by common fields between the columns of the table. Additionally, it offers relational operators for modifying the data that is contained in the tables.
Example: SQL Server