Today We gotta go study about join. I think if you used this first time It will be difficult a little bit. because this method need to understand about relationship. If you are study about join, you can understand easily. So Let's go follow me .

Create table book5


Create table review5


Insert into book5 values



Insert into review5 values



left join



What's different with inner join?


※As you can see It 's different whether there is a NULL or not.
To be continue
'DB > MySQL' 카테고리의 다른 글
[MySQL] MySQL 테이블 생성 한꺼번에 하는 방법 (0) | 2022.02.28 |
---|---|
[MySQL] MySQL 쇼핑몰 구매과정 ERD설계 (0) | 2022.02.27 |
[MySQL] Data Manipulation Language (DML) (0) | 2022.02.09 |
[MySQL] MySQL을 github으로 Commit하는 방법 (0) | 2022.02.08 |
[MySQL] Data Definition Language (DDL) (0) | 2022.02.07 |