Problem
Write PL/SQL script that uses a trigger that converts to upper case of the customer name, city, street and Province for Customer table during INSERT OR UPDATE. It should write all data in a log file (create a log table).
Write PL/SQL script to create a function to return the total number of options on a car given the serial number of the car. Include both base options and invoice options. Use car database.