Fixed the code block for student table display (#21437)

Added a code block end quote after the student table so that the student-contact-info sql command is properly displayed in a code block.
This commit is contained in:
vgupta3
2018-11-10 13:04:53 +05:30
committed by Huyen Nguyen
parent 048096a089
commit 7b29cd7f36

View File

@ -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