Saturday, July 16, 2011

Can you help me make a stored procedure to delete a customer in mysql?

I am trying to create a stored procedure that will delete a specific customer that someone enters in mysql. It will go ahead and delete the row based on a customer_id. It will then delete all information about the customer _id tracked in the children entities(all fk's)

No comments:

Post a Comment