[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 750   SHUFFLE   <  SKIP 2  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18770Hernandez, Aaron91502BurbankCaliforniaUnited States
28372Hu, Vincent, FEM15Esher-MoleseyEnglandUnited Kingdom
21090Garcia, Thomas, E59491Villeneuve-d'AscqNordFrance

Generated 2025-07-08 20:31:41.167 UTC