Home » MYSQL » Mysql miscellaneous » Question
  1. The following query belongs to which condition types?
    SELECT firstname
    FROM Employee
    WHERE fed_id=’333-33-333’;
    1. Inequality condition
    2. Range condition
    3. Equality condition
    4. All of above
    5. None of these
Correct Option: C

In the following query column equate to the string value.



Your comments will be displayed only after manual approval.