RELATIONAL DATA MODEL
BY GAURAV RANKHAMB
CONTENT
-> Introduction
-> Component of relation data model
-> Data integrity
-> Relational algebra
-> Advantages and Disadvantages
-> Applications
-> limitations
-> Thanks
WHAT IS RELATIONAL DATA MODEL ?
• DEFINITION:-
A way to structure data using tables (relations)
-> Data organized into rows and columns.
-> Each table represents an entity type.
COMPONENTS
• TABLES:-
-> Rows (Tuples): Individual records.
-> Rows (Tuples): Individual records.
• PRIMARY KEY:-
-> Unique identifier for each record.
• FOREIGN KEY:-
-> A field that links to the primary key of another table.
DATA INTEGRITY

Relational data modeldte gfiygkuyuy.pptx

  • 1.
    RELATIONAL DATA MODEL BYGAURAV RANKHAMB
  • 2.
    CONTENT -> Introduction -> Componentof relation data model -> Data integrity -> Relational algebra -> Advantages and Disadvantages -> Applications -> limitations -> Thanks
  • 3.
    WHAT IS RELATIONALDATA MODEL ? • DEFINITION:- A way to structure data using tables (relations) -> Data organized into rows and columns. -> Each table represents an entity type.
  • 4.
    COMPONENTS • TABLES:- -> Rows(Tuples): Individual records. -> Rows (Tuples): Individual records. • PRIMARY KEY:- -> Unique identifier for each record. • FOREIGN KEY:- -> A field that links to the primary key of another table.
  • 5.