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

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20316Zhang, Suzanne, R5023FindonSouth AustraliaAustralia
12272Alexander, Justin, MLE18LeedsEnglandUnited Kingdom
16839Ross, Julia, F91791West CovinaCaliforniaUnited States
19776Murphy, Judith94015Daly CityCaliforniaUnited States
24550Ma, Randy, RSE1 8HLLondonEnglandUnited Kingdom
18820Cook, Alexandria91791West CovinaCaliforniaUnited States

Generated 2025-11-06 01:19:01.171 UTC