JaeYeopHan / Interview_Question_for_Beginner

:boy: :girl: Technical-Interview guidelines written for those who started studying programming. I wish you all the best. :space_invader:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Database Primary Index, Secondary Index 관련 내용 제안입니다.

honghyeong opened this issue · comments

Description

전공공부를 하면서 데이터베이스 Primary index 쪽의 내용 수정이 필요하다고 생각하여 제안드립니다.

  • Primary Index는 꼭 primary key일 필요는 없다고 한다.
  • Primary Index는 파일의 순서를 결정하는 search key에 대한 index를 말한다.
  • Secondary Index는 파일의 순서와 다른 search key에 대한 index를 말한다.

image

Reference :

Database System Concepts Seventh Edition. Avi Silberschatz · Henry F. Korth · S. Sudarshan. McGraw-Hill