[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 750   SHUFFLE   <  SKIP 306  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16238Arun, Ann90210Beverly HillsCaliforniaUnited States
19457Williams, Jennifer, ENT20Newcastle upon TyneEnglandUnited Kingdom
23131Peterson, Caitlin, J98052RedmondWashingtonUnited States

Generated 2025-07-09 18:12:18.437 UTC