[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 2421   SHUFFLE   <  SKIP 4020  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15043Gonzalez, Joel, A3000MelbourneVictoriaAustralia
20985Liu, Autumn, J1002SydneyNew South WalesAustralia
15725Price, Trevor, M2500WollongongNew South WalesAustralia

Generated 2025-07-12 20:04:57.193 UTC