Question: Exercise 2 . Develop a query to retrieve employee id , first name, last name, hire date, and salary of all the employee whose last
Exercise Develop a query to retrieve employee id first name, last name, hire date, and salary of all the
employee whose last name is Gates.
Exercise Develop a query to retrieve employee id first name, last name, hire date, and salary of all the
employees who were hired in You will need to use the EXTRACT function. Look it up
Exercise Develop a query to retrieve employee id first name, last name, hire date, and salary finds employees
whose salaries are greater than or equal Sort the results by salary.
Exercise Use the AND operator to find all employees whose salaries are greater than and less than
Exercise The IS NULL operator compares a value with a null value and returns true if the compared value is
null; otherwise, it returns false. Use IS NULL to find the first name, last name, and phone number of of all
employees who do not have a phone number.
Exercise The IN operator compares a value to a list of specified values. The IN operator returns true if the
compared value matches at least one value in the list; otherwise, it returns false. Use the IN operator to find all
employees who work in the department id or
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
