Course repository for Introduction to Database Systems, Spring 2020, Fudan University
For more information, please refer to the course website.
st=>start: USDT
op=>operation: Your Operation
cond=>condition: Yes or No?
e=>end
st->op->cond
cond(yes)->e
cond(no)->op