Database Learning Notes
Entity Relationship Diagram
Source: https://www.smartdraw.com/entity-relationship-diagram/
Source: https://www.smartdraw.com/entity-relationship-diagram/
This is my note from some tutorials while learning sql.
Copyright belongs to the original source.
The tutorial comes from http://www.xuesql.cn/
[TOC]
1 | const SeasonDisplay = (props) => { |
Prettier is an useful tool to format Javascript related code. It is compatible with several IDEs. I used to set up it with VS Code and Webstorm. So I decide to record this procedure.