[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 250   <  SKIP 3329  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12571Green, Jennifer2450Coffs HarbourNew South WalesAustralia
13620Ye, Damien, M2450Coffs HarbourNew South WalesAustralia
13668Martinez, Stanley, Z2450Coffs HarbourNew South WalesAustralia
14007Garcia, Rebekah, M2450Coffs HarbourNew South WalesAustralia

Generated 2025-10-13 23:57:13.679 UTC