Oracle SQL Interview Questions and Answers
Write a SQL Query to delete a duplicate records?
Write a SQL Query for first 4 characters of first_name column from emp table?
We have two tables called emp and emp_address and the comon column is emp_no and write the query to get the data from both tables and create a table with that data?
Write a query to get all even number emp_no employees from emp table?
Write a query to get employees whose salary is less than to his manager salary and greater than to other managers?
Write a query to get the last five salaries by department wise?
Write a query to get the 3rd higest salaried emp in each department?