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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16338Zhang, Barbara4217Gold CoastQueenslandAustralia
29023Campbell, Dalton, C98055RentonWashingtonUnited States
24914Zhou, Heather, M3198SeafordVictoriaAustralia
21754Lopez, Kaitlyn97301SalemOregonUnited States

Generated 2025-11-03 21:58:30.920 UTC