Please enable JavaScript.
Coggle requires JavaScript to display documents.
Relational Model - Coggle Diagram
Relational Model
-
Relational Algebra
A set of mathematical operations for manipulating and querying data.
→Based on set theory.
→Proposed by E.F. Codd.
-
-
-
Database Modification
Objective:
To make structural or content changes to the database.
→Using DDL (Data Definition Language) and DML (Data Manipulation Language).
-
Views
Virtual representations of data stored in one or more tables.
→They do not physically store data; they are generated through a query.
-