0% found this document useful (0 votes)
71 views

Assignment SQL Operators 1

The document contains a series of instructions to list or display various types of employees from departments 20, 30, and sometimes 10 based on criteria like job, date of joining, salary amount, commission status, name characteristics, and reporting manager status. It requests listing employees by designation, department, salary range, commission status, name format, and year joined. The output is sometimes ordered by date of joining and excludes some records based on salary.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
71 views

Assignment SQL Operators 1

The document contains a series of instructions to list or display various types of employees from departments 20, 30, and sometimes 10 based on criteria like job, date of joining, salary amount, commission status, name characteristics, and reporting manager status. It requests listing employees by designation, department, salary range, commission status, name format, and year joined. The output is sometimes ordered by date of joining and excludes some records based on salary.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

List all the distinct jobs in department 20.

Display all salesman and arrange according to the date of joining.


Display all employees who gets salary more than 2500 from department 20.
List all managers working for department 20 and 30.
List employees who are getting commission having designation either as manager nor
analyst.
List employees whose name wont end with S and works as ANALYST.
List employees having name ending with last but one character as E.
List employees who are getting some commission.
List employees who are getting some commission from department 20 and 30.
List managers whose name doesnot start with A and S.
list employees working from department 20 and 30 with salary range of 2500 to 5000.
List employees who dont have reporting manager.
List managers who dont have reporting manager.
List all employees whose name is having exactly 5 characters.
list all employeesfrom department 20 having their job name with exactly 5
charaters.
List all employees working in department 30 earning more than 2000 with some
commission.
Display the output according to their date of joining.
List all employees who earn some commission working as salesman from department 30.
List all employees working in department 20 and 10. The employees may be clerks or
managers.
The output should not include employees with salary below 2000.
List all employees joined in 1981 from department 10 with their name not starting
with A or S.

You might also like