[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 3449   SHUFFLE   <  SKIP 99  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26364Hill, GabriellaPB12PeterboroughEnglandUnited Kingdom
17791Davis, Sydney66578NeunkirchenSaarlandGermany
13227Wilson, Alexander91910Chula VistaCaliforniaUnited States
18123Hughes, Emily90241DowneyCaliforniaUnited States

Generated 2025-07-15 06:10:42.069 UTC