[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 1977   SHUFFLE   <  SKIP 1409  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16698Gill, Mallory, P4169East BrisbaneQueenslandAustralia
18445Li, Colin, J2036MalabarNew South WalesAustralia
13635Deng, Kurt, D2036MatravilleNew South WalesAustralia

Generated 2025-07-20 08:13:54.995 UTC