Computer Programming and Analysis DBS301 Lecture Notes - Lecture 2: Sql*Plus

205 views4 pages

Document Summary

Initiate a sql*plus session using the user id and password provided by your instructor on the zenit server for neptune database: display the employee_id, last name and salary of employees earning in the range of to. Sort the output by top salaries first and then by last name. 7 rows selected: modify previous query (#1) so that additional condition is to display only if they work as. 3 where salary >= 8000 and salary <= 15000. 174 abel 11000: modify previous query (#2) so that displays same job titles but for people who earn outside the given salary range. 3 where salary < 8000 and salary > 15000. 5 order by salary, last_name; no rows selected: display the last name, job_id and salary of employees hired before 1998 list the most recently hired employees first. 13 rows selected: modify previous query (#4) so that displays only employees earning more than ,000.

Get access

Grade+
$40 USD/m
Billed monthly
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
10 Verified Answers
Class+
$30 USD/m
Billed monthly
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
7 Verified Answers

Related Documents

Related Questions