Question: 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
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). 4. 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.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
