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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24672Cook, Jeremy98403TacomaWashingtonUnited States
14267Wood, Lauren, I97330CorvallisOregonUnited States
21297Murphy, Melanie, L97034Lake OswegoOregonUnited States

Generated 2025-07-12 11:53:53.560 UTC