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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22762Diaz, Melissa98055RentonWashingtonUnited States
14131Navarro, Javier2450Coffs HarbourNew South WalesAustralia
24929Bailey, Lucas, J98371PuyallupWashingtonUnited States

Generated 2025-11-05 12:04:57.470 UTC