91-9990449935 0120-4256464 |
SQL ORThe SQL OR condition is used in a SQL query to create a SQL statement where records are returned when any one of the condition met. It can be used in a SELECT statement, INSERT statement, UPDATE statement or DELETE statement. Let's see the syntax for OR condition: SQL "OR" example with SQL SELECTSQL "OR" example with SQL INSERTYou can see in below example that how an SQL "OR" condition is used with SQL insert statement. For example: SQL "OR" example with SQL UPDATEFor example: SQL "OR" example with SQL DELETEFor example:
Next TopicSQL with clause
|