[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 31   <  SKIP 42  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22428Smith, DestinyYO15YorkEnglandUnited Kingdom
22550Rana, Kristopher, WY03 4TNYorkEnglandUnited Kingdom
22554Xu, GilbertY024 1GFYorkEnglandUnited Kingdom

Generated 2025-07-16 12:20:33.375 UTC