what are the main differences between relational database and object oriented database in a model designing?
What are the differences between Relational database system and Object oriented database system?
Relational database system
- The relational database system depends on the rows and columns.
- It is based on the table or matrix form.
- It can generate by structure query language [SQL].
- In this database the table is called relation.
- In this database rows and columns called tuple and attribute respectively.
- In commercial business field the relational database most commonly use as compare to object database.
Object oriented database system
- The object database depends on the objects and classes.
- It is based on the inheritance hierarchical relative structure.
- It can generate by object oriented programming language C++ or JAVA.
- In this database the real world entity is called object.
- In this database entity and attribute are called object and class respectively.
- In commercial business fields the object database rarely used as compare to relation database but the object database is best for custom design software or application development and custom database design.
What are the main differences between OODBMS and RDBMS model?
There are some major difference between object databases management system model and relational database management system model. Here are some points to remember about the difference between OODBMS and RDBMS below.
- The object database is uses to stores atomic value.
- It describes the atomic value with all types of attributes of their atomic value data and information.
- Object database easily illustrates the integral parts of atomic value data.
- ODB best describes all types of data with different attributes the data types are such as integer, float, string, character etc.
Comments
Post a Comment