RDBMS
RDBMS=R+DBMS
R->Relationships
|- > Referential Integrity Constraints.
One to One |
|-> Direct Implementation
One to Many |
Many to Many ->Indirect Implementation
- RDBMS Always represents the data in 2 Dimensional format that is rows and columns.
- Collection of characters is a column or Field or Identifier or Attribute.
- Collection of rows and columns is a Table or Object or Relationship or Entity
- RDBMS always represents data in normalized way.
Components of RDBMS:
1.Collection of Objects
2.Set Of Operators.
3.Data Accuracy
No comments:
Post a Comment