0% found this document useful (0 votes)
25 views

Relational Model

The document discusses the relational model which organizes data into tables using rows and columns and keys to relate data. It allows for efficiently managing structured data using operations like querying, inserting, updating and deleting records with SQL. It also discusses the structure of the relational model including domains, attributes, tuples, relations, schemas, degree, cardinality, and relation instances and null values.

Uploaded by

sharmameghaa5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views

Relational Model

The document discusses the relational model which organizes data into tables using rows and columns and keys to relate data. It allows for efficiently managing structured data using operations like querying, inserting, updating and deleting records with SQL. It also discusses the structure of the relational model including domains, attributes, tuples, relations, schemas, degree, cardinality, and relation instances and null values.

Uploaded by

sharmameghaa5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

RELATIONAL

MODEL
INTRODUCTION PAGE 01

The relational model organizes data into tables with ows


and columns,using keys to establish relationships. It's
widly used framework in DBMS for managing stuctured
data efficiently and enabling operations like
querying,inseting,updating,and deleting records using
SQL.
PAGE 02

structure of
RELATIONAL
MODEL
PAGE 03

DOMAIN
ATTRIBUTE
TUPLE
RELATION
RELATION SCHEMA
DEGREE
CARDINALITY
RELATION INSTANCE
NULL VALUE

You might also like