Posted on 28th April 2025|38 views
Explain Filter Condition
Posted on 28th April 2025| views
Filter condition is defined as an expression that returns true or false. An expression that returns a single value is known as a filter.
Example:
SALARY > 40000
The above filter returns the employees whose salary is greater than 40000.