Home » MYSQL » Select Query » Question
  1. Which among the following can also be included with “SELECT” clause while writing query in Mysql?
    1. User defined functions
    2. Literals
    3. Expressions
    4. All of above
    5. None of these
Correct Option: D

“SELECT clause” can also include Literals like ‘ACTIVE’, Expressions like emp_id*314, Built_in functions like UPPER ().



Your comments will be displayed only after manual approval.