[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 2500   SHUFFLE   <  SKIP 2110  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17269Russell, Kevin98501OlympiaWashingtonUnited States
24173Wang, Lacey4700RockhamptonQueenslandAustralia
24896Ramos, Kendra4810TownsvilleQueenslandAustralia

Generated 2025-07-14 19:21:29.469 UTC