Home » MYSQL » Select Query » Question
  1. Can “SELECT” clause be used without the clause “FROM”?
    1. DEPENDS
    2. YES
    3. NO
    4. All of above
    5. None of these
Correct Option: C

“SELECT” clause is used to show rows and columns of a particular table and clause “from” is used to denote a table name.



Your comments will be displayed only after manual approval.