1. Create Tables and Insert data (First data using Insert query rest can be feeded.) 2. Write an SQL query to print details of the Workers whose FIRST_NAME ends with ‘h’ and contains six alphabets. 3. Change Last_Name Columns name to Surname. 4. Write an SQL query to print details of the Workers whose SALARY lies between 100000 and 500000. 5. Write an SQL query to fetch the count of employees working in the department ‘Admin’. 6. Write an SQL query to fetch the no. of workers for each department in the descending order. 7. Write an SQL query to print details of the Workers who are also Managers. 8. Select Top 10 salaries and Employees Full name from Worker table. 9. Write an SQL query to fetch the list of employees with the same salary.