Database
Database
Tags
Date
Database
A database is an organized collection of data stored and
accessed electronically.
Storage :
Uses :
document-text
statistical
multimedia objects
Cloud Database
Active Database
In-memory Database
Distributed Database
Database 1
Graph Database
Array Database
Parallel Database
Advantages of Database
Simple
Data abstraction
DBMS
A database management system (DBMS) is software that
interacts with end users, applications, and the database
itself to capture and analyze the data.
Database 2
Examples :
MySQL
Oracle Database
Note
The database engine is the core part of the DBMS interacting
between the database and the application interface.
Key People
DBMS implementer - build system
Database 3
Relationships are the established associations between two
or more tables.
Domain
A domain is the collection of values that a field may contain.
A data type, which is also defined for each column, consists
of a domain of values and a set of operations on those values.
Keys
Candidate Key
Primary Key
Alternate Key
A candidate key that currently is not a primary key.
Composite Key
Foreign Key
Database 4
Foreign Key is a field in a database table that is the
Primary key in another table.
Primary Key can't accept A foreign key can accept multiple null
null values. values.
Database 5