Oct 6, 2025 · 17 min read · 1NF (First Normal Form) First Normal Form, or 1NF, is the most basic level of normalization. Its main goal is to ensure data is stored in a structured, organized way. The Rules For a table to be in 1NF, it must satisfy two primary conditions: Atomic...
Join discussionOct 24, 2024 · 45 min read · Dimensional Data Modeling 정의 Data Warehouse 설계에서 데이터를 구조화하는 중요한 기법 특히 OLAP (Online Analytical Processing) 시스템에서 주로 사용되며, 데이터를 분석하기 용이하게 구성하는 것이 목표 이 Modeling 은 크게 3 가지 구성 요소로 나눌 수 있습니다. Fact Table Dimension Table Summary Table Fact Table ...
Join discussion