RELATIONAL DATABASE MANAGEMENT SYSTEM
Relational Database Management System
An RDBMS is a database system that is based on
the relational model which is introduced by DR. E.F.Codd. The database is structure and accessed according to the
relationships between data items. In a relational database, all data organized in table form. Table means, store data in a structured format, using rows and
columns. It is a subset of DBMS. One important feature of a relational system is
that a single database can be spread into one or more tables.
Some important feature:-
· All data in form of a table.
·SQL(Structured Query Language) is implemented by most commercial database systems for accessing the database.
·Mostly support client/server architecture
·Use much security(logging at O/S level, command level, object level)
·Using relational operator would be provided to organize the data before the mention table form.
Comments
Post a Comment