From 0da67ee0232b9d0aa782c5bef957118e4def1de3 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 28 Jul 2021 11:36:37 +0530 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f82a2db..3c73832 100644 --- a/README.md +++ b/README.md @@ -399,3 +399,14 @@ Following are some of the most commonly used constraints available in SQL − ![image](https://user-images.githubusercontent.com/43011442/127271918-8bf12f0f-d137-4373-bb2a-2c46436c06c7.png) # Operator 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 + +### Comparison operators + +### Logical operators + +### Operators used to negate conditions