Introduction to RDBMS (Relational Database Management System) In this article, I am going to give you a brief introduction to RDMB (Relational Database Management System) . Please read our previous article where we discussed Data Models in DBMS . At the end of this article, you will understand the following pointers in detail. What is DBMS? What is RDBMS? Features of RDBMS Advantages of RDBMS DBMS vs RDBMS E.F. Codd’s Rules What is DBMS? DBMS is a software or group of programs designed to perform database operations such as creating a new database, administering and managing the databases by performing various user-specified database operations. The DBMS internally might consist of a group of programs each performing different tasks related to database management. Some DBMS examples, My SQL, Oracle, System 2000, MS Access, My SQL server, etc What is RDBMS? RDBMS is the collection of programs and capabilities that enables the user to interact with a relational database...
Comments
Post a Comment