Skip to content

Commit d328bc2

Browse files
committed
fixed
1 parent 7cffb31 commit d328bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/SQL/08-schema-design1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ So, the final cardinality between ticket and seat is **one-to-many**
222222

223223
| husband | --- married to --- | wife |
224224
| ------- | ------------------ | ---- |
225-
| 1 | --> | 1 |
226-
| 1 | <-- | 1 |
225+
| 1 | &gt; | 1 |
226+
| 1 | &lt; | 1 |
227227

228228

229229
In a monogamous community, 1 man is married to 1 woman and vice versa. Hence, the cardinality is **one-to-one**

0 commit comments

Comments
 (0)