Sql-I - T
Sql-I - T
List out the employee id, last name in ascending order based on the employee
id.
2. List out the employee id, name in descending order based on salary column
3. list out the employee details according to their last_name in ascending order
and salaries in descending order
4. list out the employee details according to their last_name in ascending order
and then on department_id in descending order.
5. How many employees who are working in different departments wise in the
organization
6. List out the department wise maximum salary, minimum salary, average salary
of the employees
7. List out the job wise maximum salary, minimum salary, average salaries of the
employees.
8. List out the no.of employees joined in every month in ascending order.
9. List out the no.of employees for each month and year, in the ascending order
based on the year, month.
10. List out the department id having atleast four employees.
11.