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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24595Wu, Kelvin1597Lane CoveNew South WalesAustralia
25118Diaz, Gerald, M1597Lane CoveNew South WalesAustralia
25559Sanchez, Troy, H1597Lane CoveNew South WalesAustralia

Generated 2025-07-11 19:20:11.440 UTC