Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a2a1be1

Browse files
committed
update week 3 content
1 parent 748fd36 commit a2a1be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Also, please read the following page that explains database foreign keys.
2323
Database Design following normal forms as a convention.
2424
These normal forms build incrementally.
2525
E.g. The database is in 3NF if it is already in 2NF and satisfied the
26-
rules for 3rd normal form.
26+
rules for 3rd normal form. Read [here] (https://www.studytonight.com/dbms/database-normalization.php) for more details.
2727

2828
#### 1NF (4 rules)
2929
* Rule 1 : Single valued attributes (each column should have atomic value, no multiple values)

0 commit comments

Comments
 (0)