Skip to content

ch10-1#4

Open
youngDaLee wants to merge 1 commit intomainfrom
dayoung/ch10-1
Open

ch10-1#4
youngDaLee wants to merge 1 commit intomainfrom
dayoung/ch10-1

Conversation

@youngDaLee
Copy link
Member

  • 실행계획의 id컬럼에서 select문이 하나인데 여러 테이블이 조인되는 경우 왜 같은 id값이 부여될까요??
    (메인에 커밋하는 실수를 또 했네요..)
    close ch10 #1

@youngDaLee youngDaLee self-assigned this Mar 24, 2024
Copy link

@dhlee3994 dhlee3994 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍


## Q)
* 실행계획의 id컬럼에서 select문이 하나인데 여러 테이블이 조인되는 경우 왜 같은 id값이 부여될까요? No newline at end of file
* 실행계획의 id컬럼에서 select문이 하나인데 여러 테이블이 조인되는 경우 왜 같은 id값이 부여될까요?? No newline at end of file

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

하나의 SELECT 문장 안에 여러개의 테이블을 조인하면 테이블 개수 만큼 실행 계획 레코드가 출력되지만 모두 같은 id를 부여 받습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

ch10

3 participants