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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21418Chapman, Alicia, A4000BrisbaneQueenslandAustralia
21552Alvarez, Francis4000BrisbaneQueenslandAustralia
21981Henderson, Isabella, L4000BrisbaneQueenslandAustralia

Generated 2025-07-10 02:17:33.880 UTC