Home » MYSQL » Select Query » Question
  1. Which clause is mandatory with clause “SELECT” in Mysql?
    1. WHERE
    2. FROM
    3. Both WHERE and FROM
    4. CREATE
    5. None of these
Correct Option: B

“SELECT” clause cannot be used without clause “FROM”.



Your comments will be displayed only after manual approval.