Please enable JavaScript.
Coggle requires JavaScript to display documents.
ERD & Relational models - Coggle Diagram
ERD & Relational models
ERD
Entities
Types
Weak
Strong
Entity sets
Attributes
Types
Simple
Composite
Single valued
Multi-valued
Derived
Relationships
Descriptive Attributes
Degree of relationships
unary
binary
ternary
n-ary
Cardinality ratio
1-1
1-n
n-1
n-n
Participation constraints
Partial
single line
Total
double line
Enhanced ERD (EERD)
Generalization
Specialization
Aggregation
Conceptual DB Design
Relational
Creation and Modification via SQL
DDL
CREATE
ALTER
RENAME
DROP
DML
INSERT
UPDATE
DELETE
DQL
SELECT
DCL
GRANT
REVOKE
TCL
ROLLBACK
SAVEPOINT
COMMIT
Integrity constraints
Key Constraints
PRIMARY KEY
Foreign Key
FOREIGN KEY
General
CHECK
UNQIUE
NOT NULL
DEFAULT
Views
Why ?? state need
Operations
Creation
Updation
Deletion
Altering