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

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -