October 2013
Beginner to intermediate
502 pages
12h 1m
English
In the previous tutorial, you loaded a dimension that stores geographical information. You ran it once, causing the insertion of one record for each city and a special record with values N/A for the descriptive fields. Let's make some changes in the operational database, and run the transformation again to see what happens.
js database.UPDATE countries SET country_name = UCASE(country_name)
Read now
Unlock full access