Home » MYSQL » Mysql miscellaneous » Question
  1. The following query belongs to which “Condition Types”?
    SELECT stu_id, firstname, lastname
    FROM account
    WHERE start_date<’2009-11-05’;
    1. Range condition
    2. Equality conditions
    3. Inequality condition
    4. All of abvoe
    5. None of these
Correct Option: A

In the following query expression fall under certain ranges.



Your comments will be displayed only after manual approval.