Database
145 views
Normalization
Quick Definition
Organizing tables to reduce redundancy and improve integrity
Full Definition
Organizing database tables to reduce redundancy and improve data integrity.
Examples
first normal form, functional dependencies, table decomposition
Related Terms
relational-database
data-modeling
More Database Terms
Connection Pooling
Managing and reusing database connections
Time-Series Database
Database optimized for time-stamped data storage
Primary-Replica Architecture
Architecture with primary for writes, replicas for reads
Stored Procedure
Precompiled SQL stored in the database for execution
Query Optimization
Improving query performance through various techniques
ORM
Mapping object-oriented code to database tables