83: DB design

jk·2024년 4월 30일
0

kdt 풀스택

목록 보기
127/127



1. 아래를 설명하시오.

  • 개념적 설계 : Simplest blueprint.
  • 논리적 설계 : It works in logic. But not technically.
  • 물리적 설계 : It does really work with the tables.



2. DB 설계 에서의 스키마란?

  • Schema defines how data is organized within a relational database.
  • Blueprint of database



3. E-R 다이어 그램이란?

  • Entity Relationship Diagram
  • The diagram shows relationships of the entities and attributes.



4. 아래가 ER 다이어그램의 어떤 도형으로 표시되는 설명하시오.

-엔티티 : rectangle
-애트리뷰트 : ellipse
-관계 : rhombus
-기본키 : ellipse with underline
-유도된 애트리뷰트 : dashed line ellipse

profile
Brave but clumsy

0개의 댓글