Previous |
Next
What is SQL AND & ORThe SQL AND & OR operators support compound conditions in the SQL WHERE clause. Why Use SQL AND & ORUse SQL AND & OR operators in case when a WHERE clause requires multiple conditions. For example, we may want to select a list of CUSTOMERS whose accounts are on credit hold and whole credit balance exceeds the credit limit. Such a statement may look like this:
How To Use SQL AND & ORSQL AND & OR are placed between conditions to create compound conditions. Parenthesis can be used to group conditions. SQL AND & OR Syntax
SQL AND & OR Example The following example selects a list of rows from the branch table that have an employee_count less than 4 or greater than 6. Here are the contents of the table:
Table: BRANCH
This SQL Statement with AND & OR is executed:
Here is the result.
|
| HOME | SQL OVERVIEW | SQL BASICS | SQL ADMINISTRATION | SQL ADVANCED | SQL SYNTAX |
| Copyright© 1999-2010, First Place Software, Inc. |


