sql - Slowly Changing Dimension Type 1 - access -
say have product table contains descriptions mistake. unit of measurement misspelled “garms” instead of “grams”. how implemented query statement represent type 1 - scd technique.
i managed answer question. looking this:
begin select product table update product table set [product unit of measure] = “grams” [product unit of measure] = “garms” end
Comments
Post a Comment