December 2002
Intermediate to advanced
745 pages
17h 26m
English
Unit Objectives
After this unit, you will know how to:
The owa_util.calendarprint procedure generates a calendar in the form of an HTML table with a visible border. Each date in the calendar can contain any number of hypertext links. Your query should be designed as follows:
The first column should be a DATE. This is necessary to correlate the output of the query with the calendar output automatically generated by the procedure.
The second column should contain any text you’d like printed for that date.
The third column specifies the destination for automatically generated links. Each ...