









Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Students of Communication, study E-Commerce as an auxiliary subject. these are the key points discussed in these Lecture Slides of E-Commerce : Data Integrity, Databases, Constraints, Integrity Constraints, Referential Integrity, Significance, Controlling Referential, Building Queries, Referential Integrity, Maintenance
Typology: Slides
1 / 16
This page cannot be seen from the preview
Don't miss anything!










-^
-^
-^
in the
source file
must have
zero or only one record
in the
related file
in the
related file
must have
only one record
in the
source file
DBMS Implementation:
Establishing
Relationship
-^
in the
source file
must have
zero or one or many records
in the
related file
in the
related file
must have
only one record
in the
source file
DBMS Implementation:
Establishing
Relationship
-^
-^
For example, a
grade letter A entered wrongly as C cannot be checked
but
entered as X (invalid entry for grades) can be rejected
-^
-^
Field Repetition
primary key
)^
from one-table
is repeated
in
many-table
as a
foreign key
.
table.
Requirement (1:1 Relationships)
source-table
should have
zero or one
records
in
related-table
.
related-table
must have
a
corresponding record
in
source-table
.
Example: DORM
…Referential Integrity Maintenance
(1:1)
Related Table Changes
in related-table are always acceptable.
in many-table are
…Referential Integrity Maintenance
Requirement (1:M Relationships)
one-table
should have
zero or many
records
in
many-table
.
many-table
must have
a corresponding
record
in
one-table
.
1:M Example:
… Referential Integrity Maintenance
Many-table changes.
in many-table are always acceptable.
in many-table are