if i have customer data in data warehouse and that is customer was single,and then i want to update this data when the customer becomes married,
does i can make update in data warehouse or add a new recod with the new data about the customer?
i read that the data warehouse is non volatile and no update in it.
For this scenario, Based on End-user/Client agreement (or) as per the Business Approach; you can apply SCD (Slowly Changing Dimensions) to achieve the above.
For more info on SCD, refer this
link.