[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 3079  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13834Suarez, Naomi91420MorangisEssonneFrance
23454Wang, Ryan, D90401Santa MonicaCaliforniaUnited States
29088Anand, Tamara2300NewcastleNew South WalesAustralia
23589Baker, Amanda91932Imperial BeachCaliforniaUnited States

Generated 2025-07-15 23:25:48.687 UTC