[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 750   SHUFFLE   <  SKIP 144  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28305Lopez, Patricia3550BendigoVictoriaAustralia
12360Goel, Mario, J2055North SydneyNew South WalesAustralia
22203Zheng, Alisha3198SeafordVictoriaAustralia

Generated 2025-11-05 21:12:13.041 UTC