What is Relational Database Management System (RDMS)?
Relational database management Systems (RDMS) is most
common database management that is based on Relational Model.
It has ability to access data organized in tabular files that can be
related to each other by a common field. It also has capability to reorganize
the data from different files or derives. There are many relational database
management system including
Microsoft Access, Microsoft SQL Server, Oracle and MySQL but we have used
MySQL
in this project for its better performance with
PHP language.