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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27054Sharma, Shawn90706BellflowerCaliforniaUnited States
21682Goel, KatrinaPE17BuryEnglandUnited Kingdom
20018Gray, Lauren98055RentonWashingtonUnited States

Generated 2025-07-09 09:23:23.588 UTC