From 5d83fefc8f1eb8a08305cb0402318adfd68cc0f0 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 28 Jul 2021 17:37:52 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 581dfb4..3918142 100644 --- a/README.md +++ b/README.md @@ -469,3 +469,5 @@ Following are some of the most commonly used constraints available in SQL − - The NULL operator is used to compare a value with a NULL value. ### UNIQUE - The UNIQUE operator searches every row of a specified table for uniqueness (no duplicates). + +# SQL - Expressions ✍