Lesson 1 - Review of Theory Database Flashcards
is a collection of logically related data such as name, address, birthday and gender.
DATABASE
is the overall design of a database.
SCHEMA
is an automated system that enables users to define, create, maintain and control access to the database.
DATABASE SYSTEM
Components of a DBMS Environment (5 and in order)
- HARDWARE
- SOFTWARE
- DATA
- PROCEDURES
- PEOPLE
DML stands for…?
DATA MANIPULATION SYSTEM
DBMS stands for…?
DATABASE MANAGEMENT SYSTEM
DDL stands for…?
DATA DEFINITION LANGUAGE
4 types of Entity Relationships
- ONE TO ONE
- ONE TO MANY
- MANY TO ONE
- MANY TO MANY
is divided into logical units called table which is composed of rows and columns of data.
RELATIONAL DATABASE
is composed of rows and columns of data.
RELATION
In relational database, the table columns correspond to attributes.
ATTRIBUTE
refers to a set of valid atomic values for a given attribute.
DOMAIN
refers to an attribute or field that serves as a unique identifier for a particular record within a relation.
PRIMARY KEY