[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 350   SHUFFLE   <  SKIP 32  >   <  TAKE 3  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25734Zheng, Alvin, V14111BerlinHamburgGermany
19126Kapoor, Kristopher, J98107BallardWashingtonUnited States
21265Stone, Richard, D94010BurlingameCaliforniaUnited States

Generated 2025-07-20 22:31:53.212 UTC