Assignment questions on Single row functions
- Display all the employees whose job has string ‘MAN’
- Display all the employees whose name has ‘L’ as third character.
- Display the result in the following format, first character in lower case rest in uppercase.
- Display all the employees which has at lest 2L’s in it.
- Display the number of occurrence of substring in a string. Ex:Display the number of L’s in each name
- Display all the employees whose name is palindrome
- Replace third character with * in ename column.
- Display ename with first 3 char in uppercase and remaining in lowercase.