데이터베이스 설계
Lis Sulmont
Curriculum Manager
1. 정형 데이터
예: SQL, 관계형 데이터베이스의 테이블
2. 비정형 데이터
예: 사진, 채팅 로그, MP3
3. 반정형 데이터
예: NoSQL, XML, JSON
# Example of a JSON file
"user": {
"profile_use_background_image": true,
"statuses_count": 31,
"profile_background_color": "C0DEED",
"followers_count": 3066,
...

데이터 마트





데이터베이스 설계