[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 250   <  SKIP 2001  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15114Munoz, Erika70452StuttgartSaarlandGermany
16558Sara, Preston70511StuttgartSaarlandGermany
17181Lal, Jenny, C70511StuttgartSaarlandGermany
17797Martinez, Ebony70511StuttgartSaarlandGermany
17811Hernandez, Stacy70452StuttgartSaarlandGermany
17902Lopez, Ruth, D70511StuttgartSaarlandGermany

Generated 2025-07-09 02:25:59.396 UTC