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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13117Rodriguez, Evelyn1002SydneyNew South WalesAustralia
13132Vazquez, Casey, S1002SydneyNew South WalesAustralia
13964Lewis, Jasmine1002SydneyNew South WalesAustralia

Generated 2025-07-08 22:24:37.356 UTC