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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27638Brooks, Marcus, T98270MarysvilleWashingtonUnited States
12092White, Austin, L98168BurienWashingtonUnited States
14749Jenkins, Jose, C91502BurbankCaliforniaUnited States

Generated 2025-07-11 13:16:54.100 UTC