--:--









Quiz for Comparison Operators

Course: SQL | Subject: SQL | Topic: SQL Operators



Logo

Q1: Which of the following is a comparison operator in SQL?

Logo

Q2: Which comparison operator checks for equality?

Logo

Q3: Which operator is used to check if a value is not equal in most SQL dialects?

Logo

Q4: What does the ">" operator do?

Logo

Q5: Which operator checks if a value is less than or equal to another?

Logo

Q6: What is the result of 5 < 3?

Logo

Q7: Which of the following is not a comparison operator?

Logo

Q8: How do you check for inequality in standard SQL?

Logo

Q9: What does the "<" operator do in SQL?

Logo

Q10: What does the ">=" operator check?

Logo

Q11: Which value does SQL return when a comparison involves NULL?

Logo

Q12: What is the result of "10 >= 10"?

Logo

Q13: Which comparison operator would be used to find values not equal to 5?

Logo

Q14: What is the output of the SQL expression: 3 <> 3?

Logo

Q15: Which operator is equivalent to "NOT ="?

Logo

Q16: What does SQL return if comparison is TRUE?

Logo

Q17: How can you compare a column to a constant value?

Logo

Q18: What is the purpose of comparison operators in SQL?

Logo

Q19: Which expression is used to find salaries more than 50000?

Logo

Q20: Which operator is used to check equality with NULL?

Logo

Q21: Which operator is valid for comparing strings in SQL?

Are you ready to start test? Set your time limit