DATABASE FUNDAMENTALS
WHAT IS DATABASE MANAGEMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Equal to
|
|
Not equal
|
|
Less than
|
|
Greater than
|
Detailed explanation-1: -The < (less than), > (greater than), <= (less than or equal), and >= (greater than or equal) comparison, also known as relational, operators compare their operands.
Detailed explanation-2: -The less than or equal ( <= ) operator returns true if the left operand is less than or equal to the right operand, and false otherwise.
Detailed explanation-3: -The answer is : logical. the greater than sign (>) is an example of logical operator.
Detailed explanation-4: -The symbols used for Greater Than or Equal To operator is >= . Greater Than or Equal To operator takes two operands: left operand and right operand as shown in the following. The operator returns a boolean value of true if x is greater than or equal to y, or false if not.