[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 4   SHUFFLE   <  SKIP 650  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20462Mitchell, Haley, C91364Woodland HillsCaliforniaUnited States
21738Alonso, Francis, JPB12PeterboroughEnglandUnited Kingdom
23948Rivera, KatelynPE17BuryEnglandUnited Kingdom

Generated 2025-07-16 07:38:02.727 UTC