[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SHUFFLE   <  SKIP 1  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20882Suarez, Sabrina, V91940Les UlisEssonneFrance
12376Perez, Holly, EW1N 9FALondonEnglandUnited Kingdom
27785Bell, Sebastian, DEM15Esher-MoleseyEnglandUnited Kingdom
28831Harris, Elizabeth, L91932Imperial BeachCaliforniaUnited States

Generated 2025-07-11 17:00:47.794 UTC