1.

The following query belongs to which condition types?
SELECT firstname
FROM Employee
WHERE dept_id= (SELECT dept_id FROM department WHERE names= s );

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