SQL Project 1
SQL Project 1
Write a query to calculate the minimum and the maximum salary of the employees in
each role. Take data from the employee record table.
Write a query to assign ranks to each employee based on their experience. Take data
from the employee record table.
Write a query to create a view that displays employees in various countries whose
salary is more than six thousand. Take data from the employee record table.
Write a nested query to find employees with experience of more than ten years. Take
data from the employee record table.
Write a query to create a stored procedure to retrieve the details of the employees
whose experience is more than three years. Take data from the employee record
table.
Write a query using stored functions in the project table to check whether the job
profile assigned to each employee in the data science team matches the
organization’s set standard.
Write a query to calculate the average salary distribution based on the continent and
country. Take data from the employee record table.