What is the difference between between and and greater tan or less than operators in sql
Answers
Answered by
0
SQL Less than ( < ) operator. The less than operator is used to test whether an expression (or number) is less than another one.
Equal to Operator
Answered by
0
Answer:
SQL Greater than ( > ) operator
The greater than operator is used to test whether an expression (or number) is greater than another one.
SQL Less than ( < ) operator
The less than operator is used to test whether an expression (or number) is less than another one.
Similar questions