Question
--create a query to display the name, salary and commission for all employees who earn commisiions. sort data in desending order of salary and commission
--create a query to display the name, salary and commission for all employees who earn commisiions. sort data in desending order of salary and commission -- create a query to display the name , job, and hiredate for the employees whoes names are BLAKE and SMMITH. order by ascending order by start date -- create a query to display the name, job and salary for all employees whose job is eaither that of a salesman or clerk and whoes salary is not equal to 2500$ , 3500$ or 7000$ -- create a query to display the number of employees working under the same manager exclude who have no manager -- create a query to display the name, job, and salary of any employee who have both the same salary and commission of any employee working in research department -- create a query to display the name and hiredate for all employees who were hired between 1980 and 1981
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started