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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18494Young, Marcus, A2580GoulburnNew South WalesAustralia
18209Chandra, Ann2580GoulburnNew South WalesAustralia
19092Gonzalez, Eric, C2580GoulburnNew South WalesAustralia

Generated 2025-07-11 22:47:26.211 UTC