Update README.md

This commit is contained in:
GowthamRaj K
2021-07-28 17:40:07 +05:30
committed by GitHub
parent 880e41781e
commit 464555296d
+4
View File
@@ -488,3 +488,7 @@ Following are some of the most commonly used constraints available in SQL
## Boolean Expressions ## Boolean Expressions
SELECT column1, column2, columnN
FROM table_name
WHERE SINGLE VALUE MATCHING EXPRESSION;