Question: MYSQL THE TABLE IS HERE: 1. Write a query to get unique department ID from employee table. Excel file attached. 2. Write a query to

1. Write a query to get unique department ID from employee table.

MYSQL
THE TABLE IS HERE:
 

Excel file attached. 2. Write a query to get the details of

all employees according to first name in descending order. 3. Write a

query to get the names (first_name, last_name), salary, PF of all the

1. Write a query to get unique department ID from employee table. Excel file attached. 2. Write a query to get the details of all employees according to first name in descending order. 3. Write a query to get the names (first_name, last_name), salary, PF of all the employees (PF is calculated as 15% of salary). 4. Write a query to get the employee ID, name (first_name, last_name), salary in ascending order of salary. 5. Write a query to get the total salaries payable to employees. 6. Write a query to get the maximum and minimum salary from employees table 7. Write a query to get the average salary and number of employees in the employees table. 8. Write a query to get the number of employees working with the company. 9. Write a query to get the number of designations available in the employees table. 10. Write a query get all first name from employees table in upper case.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

1 2 ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!