-
Introduction to Database DesignDatabase 2021. 12. 28. 18:41
Database를 만들기 전에, 어떤 식으로 구성하면 좋을지에 대한 이해를 돕기 위해
이와 관련한 기사들을 정리해 놓았습니다.
Article : Relational Database Schema Design Overview
Relational Database Schema Design Overview
It is about time I started reviewing my SQL and database knowledge. I started off by reviewing SQL queries as simple as selecting rows from…
medium.com
Article : 10 Best Database Design Practices
10 Best Database Design Practices
Databases are core elements of applications and computers, they store all the important data that is required to run software applications…
medium.com
Article : atomic Values
Atomic Values - Caleb Curry
Everything we store in a database should be atomic. An atomic value can not be broken down into smaller pieces. You may also hear “rule-of-one.” Atomic: Caleb Atomic: Curry Not atomic: Caleb Curry “Caleb Curry,” is not atomic because it is a value
www.calebcurry.com
'Database' 카테고리의 다른 글
Designing Database : Database Keys (0) 2021.12.31 Designing Database : Database Schema (0) 2021.12.30 PostgreSQL Database (0) 2021.12.28 Multiple Tables (1) 2021.12.24 Aggregate Function (0) 2021.12.23