Time Glossary

Database and Data Design

Database and data-design terms for practical web and business operations.

Database and Data Design

Database and Data Design

This page organizes terms used in database modeling, tables, records, keys, relationships, ER diagrams, and data structure design.

Entity

Entity is a term used in database and data design.

It helps teams discuss the concept with clear shared language.

In practical operations, it should be connected to decisions, implementation, and maintenance.

Attribute

Attribute is a term used in database and data design.

It helps teams discuss the concept with clear shared language.

In practical operations, it should be connected to decisions, implementation, and maintenance.

Cardinality

Cardinality is a term used in database and data design.

It helps teams discuss the concept with clear shared language.

In practical operations, it should be connected to decisions, implementation, and maintenance.

Normalization

Normalization is a term used in database and data design.

It helps teams discuss the concept with clear shared language.

In practical operations, it should be connected to decisions, implementation, and maintenance.

Customer Master

A customer master is reference data used to manage customer information.

It can include names, contact details, company names, and transaction conditions.

Sales, inquiries, contracts, and other records often refer to it.

Table

Table is a term used in database and data design.

It helps teams discuss the concept with clear shared language.

In practical operations, it should be connected to decisions, implementation, and maintenance.

Field

Field is a term used in database and data design.

It helps teams discuss the concept with clear shared language.

In practical operations, it should be connected to decisions, implementation, and maintenance.

Record

Record is a term used in database and data design.

It helps teams discuss the concept with clear shared language.

In practical operations, it should be connected to decisions, implementation, and maintenance.

Column

Column is a term used in database and data design.

It helps teams discuss the concept with clear shared language.

In practical operations, it should be connected to decisions, implementation, and maintenance.

Primary Key

Primary Key is a term used in database and data design.

It helps teams discuss the concept with clear shared language.

In practical operations, it should be connected to decisions, implementation, and maintenance.

Foreign Key

Foreign Key is a term used in database and data design.

It helps teams discuss the concept with clear shared language.

In practical operations, it should be connected to decisions, implementation, and maintenance.

Relationship

Relationship is a term used in database and data design.

It helps teams discuss the concept with clear shared language.

In practical operations, it should be connected to decisions, implementation, and maintenance.

Dependent Relationship

Dependent Relationship is a term used in database and data design.

It helps teams discuss the concept with clear shared language.

In practical operations, it should be connected to decisions, implementation, and maintenance.

Non-dependent Relationship

Non-dependent Relationship is a term used in database and data design.

It helps teams discuss the concept with clear shared language.

In practical operations, it should be connected to decisions, implementation, and maintenance.

Many-to-many Relationship

Many-to-many Relationship is a term used in database and data design.

It helps teams discuss the concept with clear shared language.

In practical operations, it should be connected to decisions, implementation, and maintenance.

Relational Database

Relational Database is a term used in database and data design.

It helps teams discuss the concept with clear shared language.

In practical operations, it should be connected to decisions, implementation, and maintenance.

RDBMS

RDBMS is a term used in database and data design.

It helps teams discuss the concept with clear shared language.

In practical operations, it should be connected to decisions, implementation, and maintenance.

SQL

SQL is a term used in database and data design.

It helps teams discuss the concept with clear shared language.

In practical operations, it should be connected to decisions, implementation, and maintenance.

Query

Query is a term used in database and data design.

It helps teams discuss the concept with clear shared language.

In practical operations, it should be connected to decisions, implementation, and maintenance.

Transaction

Transaction is a term used in database and data design.

It helps teams discuss the concept with clear shared language.

In practical operations, it should be connected to decisions, implementation, and maintenance.

ER Diagram

ER Diagram is a term used in database and data design.

It helps teams discuss the concept with clear shared language.

In practical operations, it should be connected to decisions, implementation, and maintenance.

Conceptual Design

Conceptual Design is a term used in database and data design.

It helps teams discuss the concept with clear shared language.

In practical operations, it should be connected to decisions, implementation, and maintenance.

Logical Design

Logical Design is a term used in database and data design.

It helps teams discuss the concept with clear shared language.

In practical operations, it should be connected to decisions, implementation, and maintenance.

Physical Design

Physical Design is a term used in database and data design.

It helps teams discuss the concept with clear shared language.

In practical operations, it should be connected to decisions, implementation, and maintenance.

Hierarchical Database

A hierarchical database manages data in parent-child tree structures.

It is suitable when relationships are clearly organized in levels.

Its design differs from relational databases in flexibility and access patterns.

Network Database

A network database manages data through graph-like relationships.

A record can have multiple parents or linked relationships.

It can represent complex structures, but design and operation require care.