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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13377Hernandez, Thomas95062Santa CruzCaliforniaUnited States
16212Rivera, Jacqueline91910Chula VistaCaliforniaUnited States
29348Bryant, Miguel98104SeattleWashingtonUnited States

Generated 2025-11-05 15:42:09.514 UTC