Expert
22-19. | Write a package that manages communication through a private pipe named “invasions”. Each message in the pipe contains the information as specified by the following query: SELECT country, date_of_invasion, people_killed
FROM invasions
WHERE (invader IN ('USA', 'CHINA', 'GERMANY', 'SOVIET UNION')
AND date_of_invasion > '01-JAN-1900';Features of this package should include the following:
Here is the package specification; you write the body:
|
22-20. | How can you can obtain a list of all the currently defined database pipes to which you have ... |
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access