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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16348Raman, Roy2580GoulburnNew South WalesAustralia
16352Gao, Tiffany, E2580GoulburnNew South WalesAustralia
16525Liang, Martha2580GoulburnNew South WalesAustralia

Generated 2025-07-12 07:02:33.882 UTC