Oracle:Section7
From mi-linux
Jump to navigationJump to search
Exercise 7.1
7.1 Create a file which produces a report on Salesmen earning more than 3000. The report should have the following features:
- it should be headed 'Computing Salesmen Report'
- each page should have 'For Your Eyes Only' at the bottom of the report.
- the output should be ordered by salary.
- The SQL query file should be stored as U:\salesman.sql.
- save the output of the query into a file U:\salary.txt.