Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DB] 02. Join, 이상현상과 정규화 #6

Open
kylekim2123 opened this issue Oct 23, 2023 · 3 comments
Open

[DB] 02. Join, 이상현상과 정규화 #6

kylekim2123 opened this issue Oct 23, 2023 · 3 comments

Comments

@kylekim2123
Copy link
Contributor

kylekim2123 commented Oct 23, 2023

  • Join
  • 이상 현상과 정규화
@kylekim2123
Copy link
Contributor Author

  1. Inner Join과 Outer Join의 차이점을 설명해주세요.
  2. Outer Join의 종류와 각각의 특징을 설명해주세요.
  3. MySQL은 Full Join에 해당하는 키워드를 지원하지 않는데요. 그럼 MySQL에서는 어떤 방식으로 Full Join을 구현할 수 있을까요?
  4. Join에서 ON과 WHERE의 차이점을 설명해주세요.
  5. 이상 현상의 종류와 그 내용에 대해 간단히 설명해주세요.
  6. 함수적 종속성이 어떤 개념인지 간단히 설명해주세요.
  7. 이행적 함수 종속이란 어떤 것을 의미하나요? 이를 어떤 정규형을 만족시켜서 어떤 방식으로 해결할 수 있을까요?
  8. 보이스/코드 정규형에 대해 간단히 설명하고, 해당 정규형을 만족하지 못했을 때 왜 이상현상이 발생하는지 설명해주세요.

@weonest
Copy link
Contributor

weonest commented Oct 26, 2023

  1. outer join을 사용할 시 주의할 점을 설명해주세요.
  2. Inner join을 생략하는 방식에 대해서 설명해주세요.
  3. Union과 Union all 의 차이점에 대해서 설명해주세요.
  4. 이상현상이 무엇이고 왜 발생하나요?
  5. 정규화에 대해서 설명해주세요.
  6. 결정자에 대해서 설명해주세요.
  7. 결정자는 항상 모든 튜플을 구분할 수 있을까요?

@K-jun98
Copy link
Contributor

K-jun98 commented Oct 26, 2023

  1. 각각 N,M개의 행이 있을때 Cross Join을 하게 되면 몇개의 행이 생기나요?
  2. 정규화를 적용하는 이유를 설명해주세요.
  3. 삽입이상 현상의 대해 설명해주세요.
  4. Join 알고리즘의 종류를 간략하게 설명해주세요.
  5. 부분 함수 종속성의 대해 설명해주세요.

@kylekim2123 kylekim2123 changed the title 02. Join, 이상현상과 정규화 [DB] 02. Join, 이상현상과 정규화 Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants