Update all tables using trigger -


my customer table (customer_id, customername). tables have customername column. need make trigger update customernames' in database when customername in customer table updated or changed.

a better approach normalise database, other tables not hold customer name, rather hold reference customer_id. way customer details need updated in customer table.


Comments

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -