[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 250   SHUFFLE   <  SKIP 880  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16901Munoz, Ricky94519ConcordCaliforniaUnited States
15947Blue, Michelle, J91910Chula VistaCaliforniaUnited States
17082Smith, Morgan, W20354HamburgHamburgGermany

Generated 2025-07-13 17:51:59.405 UTC