[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 0   SHUFFLE   <  SKIP 1975  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26878Roberts, Madeline95010HofBayernGermany
16899Sanchez, Whitney, C98168BurienWashingtonUnited States
28055Peterson, Brooke, A98366Port OrchardWashingtonUnited States
18727Hernandez, Hailey, A3000MelbourneVictoriaAustralia

Generated 2025-11-05 00:22:01.373 UTC