Table of Contents
mysql between and not between
1: Open the MySQL Workbench.
2: Go to your Database.
Code: use walikhankakar
3: Check the age, where the age is between 20 to 25.
Code: SELECT * FROM student WHERE age BETWEEN 20 AND 25
4: Execute the command.
Shortcut key: Ctrl + Enter



