We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1
1. List employees whose name having 4 characters.
2. List employees whose job is having 7 characters.
3. Find out how many times letter 'S' occurs in 'qspiders'. 4. List the employees whose job is having last 3 characters as 'man'. 5. List employees whose job is having first 3 characters as 'man'. 6. Display all the names whose name is having exactly 1 'L'. 7. Display dept names which are having letter 'O'. 8. Calculate number of L in string 'HELLLLL'. 9. Display all the employees whose job has a string 'MAN'. 10. Display all the employees whose job starts with string 'MAN. 11. Display all the employees whose job ends with string 'MAN'. 12. Display first 3 characters of ename in lower case and rest everything in upper case. If ename is 'QSPIDERS' then display this as 'qspIDERS'. 13. Display the result from emp table as below.SMITH is a CLERK and gets salary 2000 Here SMITH is ename column, CLERK is JOB and 2000 is SAL column and rest everything is literal strings. 14.list the employees hired on a Wednesday. 15.list the employees hired on a leap year. 16.list the employees hired on a Sunday in the month of may