diff --git a/guide/english/sql/sql-left-join-keyword/index.md b/guide/english/sql/sql-left-join-keyword/index.md index 45adc6b649..5086ac6a71 100644 --- a/guide/english/sql/sql-left-join-keyword/index.md +++ b/guide/english/sql/sql-left-join-keyword/index.md @@ -60,6 +60,7 @@ student or LEFT table data | 9 | Raymond F. Boyce | 2400 | Computer Science | Raymond@someSchool.edu | +-----------+------------------------+-----------+------------------+------------------------+ 9 rows in set (0.00 sec) +``` student contact or RIGHT table SQL ```sql