[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 0   SHUFFLE   <  SKIP 1989  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26462Kelly, Lauren, A98225BellinghamWashingtonUnited States
15420Hernandez, Nathan, B98027IssaquahWashingtonUnited States
19056Van, Carla, C92310SèvresHauts de SeineFrance
25688Morris, Patrick, E93400Saint-DenisSeine Saint DenisFrance

Generated 2025-11-05 21:51:19.206 UTC