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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20409Young, Sophia99202SpokaneWashingtonUnited States
13540Ortega, Paula91054ErlangenBayernGermany
23577Bennett, Julia97034Lake OswegoOregonUnited States

Generated 2025-07-10 00:22:05.041 UTC