[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 0   SHUFFLE   <  SKIP 2692  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26201Watson, Dalton, P90401Santa MonicaCaliforniaUnited States
21504Torres, Chloe, D98312BremertonWashingtonUnited States
14418Young, Rebecca, W97034Lake OswegoOregonUnited States
23146Clark, Sarah90505TorranceCaliforniaUnited States

Generated 2025-11-05 10:04:21.563 UTC