Home » MYSQL » Select Query » Question
  1. Is there any error in executing the following query?
    SELECT USER (),
    VERSION (), DATABASE ();
    1. Depends
    2. Yes, “FROM” is not used
    3. No
    4. Undefined behaviour
    5. None of these
Correct Option: C

Clause “FROM” is not necessary when we used “Built in” function with “SELECT” clause.



Your comments will be displayed only after manual approval.