* Add SQL snippets for ERDs --------- Co-authored-by: steve-chavez <stevechavezast@gmail.com>
8 lines
78 B
Plaintext
8 lines
78 B
Plaintext
[Employees]
|
|
*id
|
|
first_name
|
|
last_name
|
|
+supervisor_id
|
|
|
|
Employees 1--* Employees
|