Table of Contents
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



