1.

The following query belongs to which condition types?
SELECT firstname
FROM Employee
WHERE title= Engineer ;

A. Range condition
B. Equality condition
C. Inequality condition
D. All of above
E. None of these
Answer» C. Inequality condition


Discussion

No Comment Found

Related MCQs