-
Which among the following can also be included with “SELECT” clause while writing query in Mysql?
-
- User defined functions
- Literals
- Expressions
- All of above
- None of these
Correct Option: D
“SELECT clause” can also include Literals like ‘ACTIVE’, Expressions like emp_id*314, Built_in functions like UPPER ().