[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 2036  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23522Green, Sydney1002SydneyNew South WalesAustralia
23532Martinez, Brett1002SydneyNew South WalesAustralia
23537Hernandez, Victor, T1002SydneyNew South WalesAustralia

Generated 2025-11-05 15:41:30.553 UTC