and or not operator

and or not operator

and or not operator

AND, OR and NOT:

1: AND operator: MySQL logical AND operator compares two expressions and returns true if both of the expressions are true.

2: OR operator: MYSQL OR operator compares two expressions and returns TRUE if either of the expressions is TRUE.

3: NOT operator: MySQL NOT operator reverses or negates the input.

1: Open the MySQL Workbench.

2: Select the Database.

Command: use walikhankakar

3: Execute the command.

Shortcut key: Ctrl + Enter

and or not operator 1

MySQL

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top