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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19763Lu, Roger, F5023FindonSouth AustraliaAustralia
19964Alonso, Gloria, S5023FindonSouth AustraliaAustralia
19969Guo, Jake, P5023FindonSouth AustraliaAustralia

Generated 2025-07-09 12:57:56.134 UTC