From 312fdf431332ecc5547c882da98a96a0b6b92ac4 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 28 Jul 2021 11:38:37 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 545bb5f..991f629 100644 --- a/README.md +++ b/README.md @@ -403,13 +403,13 @@ Following are some of the most commonly used constraints available in SQL − - An operator is a reserved word or a character used primarily in an SQL statement's WHERE clause to perform operation(s), such as comparisons and arithmetic operations. - These Operators are used to specify conditions in an SQL statement and to serve as conjunctions for multiple conditions in a statement. -### Arithmetic operators +**- Arithmetic operators** -### Comparison operators +**- Comparison operators** -### Logical operators +**- Logical operators** -### Operators used to negate conditions +**- Operators used to negate conditions** ## SQL Arithmetic Operators ✨