You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber 8c9a19ec97 Adding SQL query language 5 years ago
..
1. Write a query in SQL to display the full name (first and last name), and salary for those employees who earn below 6000.sql Adding SQL query language 5 years ago
2. Write a query in SQL to display the first and last_name, department number and salary for those employees who earn more than 8000.sql Adding SQL query language 5 years ago
3. Write a query in SQL to display the first and last name, and department number for all employees whose last name is McEwen.sql Adding SQL query language 5 years ago
4. Write a query in SQL to display all the information for all employees without any department number.sql Adding SQL query language 5 years ago
5. Write a query in SQL to display all the information about the department Marketing.sql Adding SQL query language 5 years ago
6. Write a query in SQL to display the full name (first and last), hire date, salary, and department number for those employees.sql Adding SQL query language 5 years ago
7. Write a query in SQL to display all the information of employees whose salary is in the range of 8000 and 12000 and commission is not null.sql Adding SQL query language 5 years ago
8. Write a query in SQL to display the full name (first and last name), and salary for all employees who does not earn any commission.sql Adding SQL query language 5 years ago
9. Write a query in SQL to display the full name (first and last), the phone number and email separated.sql Adding SQL query language 5 years ago
10. Write a query in SQL to display the first and last name, and salary for those employees whose first name is ending with the letter m.sql Adding SQL query language 5 years ago
11. Write a query in SQL to display the full name (first and last) name, and salary, for all employees whose salary is out of the range 7000 and 15000.sql Adding SQL query language 5 years ago
13. Write a query in SQL to display the the full name (first and last name), and department number for those employees who works either in department 70 or 90.sql Adding SQL query language 5 years ago
14. Write a query in SQL to display the full name (first and last name), salary, and manager number for those employees.sql Adding SQL query language 5 years ago
15. Write a query in SQL to display all the information from Employees table for those employees who was hired before June 21st, 1987.sql Adding SQL query language 5 years ago
16. Write a query in SQL to display the first and last name, email, salary and manager ID, for those employees whose managers are hold the ID 120, 103 or 145.sql Adding SQL query language 5 years ago
18. Write a query in SQL to display the full name (first name and last name), hire date, commission percentage.sql Adding SQL query language 5 years ago
19. Write a query in SQL to display the first and last name, and department number for those employees who holds a letter.sql Adding SQL query language 5 years ago
20. Write a query in SQL to display the employee ID, first name, job id, and department number for those employees who is working except the departments 50,30 and 80.sql Adding SQL query language 5 years ago
21. Write a query in SQL to display the employee Id, first name, job id, and department number for those employees whose department number equals 30, 40 or 90.sql Adding SQL query language 5 years ago
22. Write a query in SQL to display the ID for those employees who did two or more jobs in the past.sql Adding SQL query language 5 years ago
23. Write a query in SQL to display job ID, number of employees, sum of salary, and difference between highest salary and lowest salary for a job.sql Adding SQL query language 5 years ago
24. Write a query in SQL to display job ID for those jobs that were done by two or more for more than 300 days.sql Adding SQL query language 5 years ago
25. Write a query in SQL to display the country ID and number of cities in that country we have.sql Adding SQL query language 5 years ago
26. Write a query in SQL to display the manager ID and number of employees managed by the manager.sql Adding SQL query language 5 years ago
27. Write a query in SQL to display the details of jobs in descending sequence on job title.sql Adding SQL query language 5 years ago
28. Write a query in SQL to display the first and last name and date of joining of the employees.sql Adding SQL query language 5 years ago
29. Write a query in SQL to display the average salary of employees for each department who gets a commission percentage.sql Adding SQL query language 5 years ago
30. Write a query in SQL to display those departments where any manager is managing 4 or more employees.sql Adding SQL query language 5 years ago
31. Write a query in SQL to display those departments where more than ten employees work.sql Adding SQL query language 5 years ago
32. Write a query in SQL to display the employee ID and the date on which he ended his previous job.sql Adding SQL query language 5 years ago
34. Write a query in SQL to display the job ID for those jobs which average salary is above 8000.sql Adding SQL query language 5 years ago
35. Write a query in SQL to display job Title, the difference between minimum and maximum salaries for those jobs which max salary within the range 12000 to 18000.sql Adding SQL query language 5 years ago
36. Write a query in SQL to display all those employees whose first name or last name starts with the letter D.sql Adding SQL query language 5 years ago
37. Write a query in SQL to display the details of jobs which minimum salary is greater than 9000.sql Adding SQL query language 5 years ago
38. Write a query in SQL to display those employees who joined after 7th September, 1987.sql Adding SQL query language 5 years ago