Relational Operators are used to compare values. < > = <= >= are used in relational operators. Here we will use a relational operator along with the WHERE clause. Q. Employee details having salaries ...
# Relational operators are used to compare two values. # They always return True or False. # We use them inside if statements to make decisions.