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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25975Gutierrez, Ebony, R98312BremertonWashingtonUnited States
27835Ruiz, Darren, A17490Saint OuenCharente-MaritimeFrance
14515Cooper, Anna91945Lemon GroveCaliforniaUnited States

Generated 2025-07-13 21:51:25.424 UTC