In this video we see how to use between operator in SQL.
The BETWEEN operator selects values within a given range. The values can be numbers, text, or dates.
The BETWEEN operator is inclusive, begin and end values are included.
The BETWEEN operator returns TRUE if the expression to test is greater than or equal to the value of the start_expression and less than or equal to the value of the end_expression.
The NOT BETWEEN returns TRUE if the value in the column or expression is less than the value of the start_expression and greater than the value of the end_expression.
DDL :- apply it on any table you have in the database, not necessary to use the same table mentioned in the video.
"Thanks for watching. If you liked this video, make sure to subscribe for more!”
#data_project_hub
#dataprojecthub
Ещё видео!