Computer Programming and Analysis DBS301 Lecture 6: DBS301 - Lab6

319 views4 pages

Document Summary

Lab 6: display last name and job title for all employees who perform the same job as. 3 where last_name != "davies" and job_id = (select job_id. St_clerk: display last name, job title and hire date for all employees hired after grant. Sort the output by the most recent hire date. Mourgos: display city, province name and postal code for all departments located in countries that start with letter i (meaning italy, israel and india). If the province is blank, show message unknown and the heading should be province. 1 select city, nvl(state_province, "unknown") as province, postal_code. Province postal_code: display last name, job title and salary for all employees who earn less than the. Sort the output by top salaries first and then by job title. 2 where salary < (select avg(salary) from employees. 2500: display last name, job title and salary for all employees whose salary matches any of the salaries from the it department.

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers
Class+
$8 USD/m
Billed $96 USD annually
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
30 Verified Answers

Related Documents

Related Questions