Computer Science, asked by Jaivadan2920, 1 year ago

What is the difference between between and and greater tan or less than operators in sql

Answers

Answered by Anonymous
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 Raghuroxx
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