You are on page 1of 1

1.

Display 6
th
Record in employee table?

2. Display the 3rd occurrence of letter A in the String RAVI KUMAR _PASUPULA?


3. Get the 2
nd
highest salary from the each department in employee table?

4. Select employees from emp table whose name start with S and length is 5?


5. How to delete duplicate rows in a table?



6. Select department wise total salary and all the employee total salary in employee table?

7. Select two rows from dual?


8. How can I create an empty table emp1 with same structure as emp?

9. Select all records where ename may be any no of character but it should end with R?



10. Find the 3rd MIN salary in the emp table?

You might also like