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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18799Lewis, Jacob, K92806La JollaCaliforniaUnited States
25732Sanz, Joanna, LW10 6BLLondonEnglandUnited Kingdom
23455Perez, Jonathan, RV8XRoyal OakBritish ColumbiaCanada

Generated 2025-07-18 11:56:08.525 UTC