Query Operations

Using logical operators to define constraints for searching/selecting data within table.
Type:
1) Equal to ( = )
2) Greater than (> )
3) Less than ( < ) 4) Greater than or equal to ( > = )
5) Less than or equal to ( < = ) 6) Not equal to ( < > )

Leave a Reply