[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 3010  >   <  TAKE 7  >   

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

7 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25514Martinez, Dominic78400ChatouYvelineFrance
25677Lopez, Veronica, A78400ChatouYvelineFrance
26225Srini, Sergio78400ChatouYvelineFrance
27302Smith, Charles, M78400ChatouYvelineFrance
26853Rana, Shane78400ChatouYvelineFrance
27808Clark, Christopher, R78400ChatouYvelineFrance
27779Washington, Jordan78400ChatouYvelineFrance

Generated 2025-07-07 20:45:27.552 UTC