[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 750   <  SKIP 1264  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20242Thomas, Christopher, M1002SydneyNew South WalesAustralia
19958Romero, Erika1002SydneyNew South WalesAustralia
19967Deng, Devon, H1002SydneyNew South WalesAustralia
20607Raje, Donna, A1002SydneyNew South WalesAustralia

Generated 2025-10-08 22:07:39.490 UTC