Skip to main content

Posts

Showing posts with the label Logical Operator and other Operators uses in Oracle SQL

Logical Operator and other Operators uses in Oracle SQL #Diksha Oracle Training Centre

    Logical Operator and other Operators uses in Oracle SQL.   Hello Everyone, Today I will discuss about Logical Operator used in Oracle SQL. This Topic is important as you can use Logical Operator in several SQL queries to get the result set as per your requirement.   I suggest you to please go through my previous blogs which you will able to see in archive folder so that you can use Logical Operator in SQL Queries. Let’s start with Logical Operators used in SQL. SQL operators are reserved keywords which basically used in the WHERE clause of a   SQL Statement to perform arithmetic, logical and comparison operations. Since, there are different types of operators in SQL, let us understand different type of operator and its uses in SQL. Below are the Logical Operators used in SQL . AND OR NOT BETWEEN LIKE IN EXIST ALL ANY     Uses of above operator in SQL 1.       AND Operator: AND operator displays the records, which satisfy all the condition separat