Hi,
Let's say I want to have a "Customer" (C) table and an "Orders"
table, and I want to have a column in C table which is a list of all order
Ids for that customer. How can I ensure that whenever a new order is
added/removed, the corresponding order list is also updated accordingly? Is
it possible to do this. and what would be the performance impact?Hari
