[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 999   SHUFFLE   <  SKIP 2103  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14515Cooper, Anna91945Lemon GroveCaliforniaUnited States
15291Alexander, Julia, JV8XRoyal OakBritish ColumbiaCanada
20055Ruiz, Ruben, AMK8 8DFMilton KeynesEnglandUnited Kingdom

Generated 2025-07-21 16:53:50.891 UTC