Question: When using the add_customer_service() function, what lines in exam3_insert_funcs.sql will handle the case where the customer is not already stored in the customers table? What
When using the add_customer_service() function, what lines in exam3_insert_funcs.sql will handle the case where the customer is not already stored in the customers table? What will prevent a customer from being added more than once to the customers table.
Step by Step Solution
3.55 Rating (152 Votes )
There are 3 Steps involved in it
Checking if the customer already exists Typically before adding a customer to the customers table a ... View full answer
Get step-by-step solutions from verified subject matter experts
