[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 2055  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27409Smith, Preston, J94014ColmaCaliforniaUnited States
28914Rai, Alicia, MRG41 1QWWokinghamEnglandUnited Kingdom
26302Jackson, James, L94015Daly CityCaliforniaUnited States

Generated 2025-07-15 15:52:06.609 UTC