From 06207139616b13fefb2c92bc1594d8e0535dc7de Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Tue, 27 Jul 2021 19:25:13 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 664411b..f09ce0a 100644 --- a/README.md +++ b/README.md @@ -195,3 +195,5 @@ Following are some of the most commonly used constraints available in SQL − **Referential integrity − Rows cannot be deleted, which are used by other records.** **User-Defined Integrity − Enforces some specific business rules that do not fall into entity, domain or referential integrity.** + +# Database Normalization 🚀