Index Word
Index Word
08/04/25 05 Create EMP table, insert the values and show the full table as given
below.
Access and Display Data
Use the EMP table to complete the following exercises:
1.Display each employee's name, job, salary and department number.
2.Display employee's name earning more than Rs. 2,000. Label column
name Employee.
3. Display employees who are not clerks or salesman. Order the list by
Employee name.
4.Display the employee name of those whose names contain the letter
'S'.
5.Display the employee names and salaries of those having salaries less
than their commission. Label the employee name 'Name' and salary
column 'Salary".
6.Display employees hired in 1993.
7.Display the names and jobs of all employees in departments 10 and 20
in alphabetical order of name.
8.List the name, job, salary for all employees who have a manager.
9.Display name, annual salary and commission of all sales people whose
monthly salary is greater than their commission. The output should be
ordered by salary, highest first.