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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17394Mehta, Veronica94014ColmaCaliforniaUnited States
22443Suarez, Marvin, M57000MetzMoselleFrance
25195Wilson, Alexandra94519ConcordCaliforniaUnited States

Generated 2025-11-05 13:51:54.893 UTC