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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15712Chandra, WhitneySW1P 2NULondonEnglandUnited Kingdom
15892Srini, Pamela98107BallardWashingtonUnited States
13976Smith, Emmanuel98312BremertonWashingtonUnited States

Generated 2025-07-12 23:25:18.487 UTC