[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 2000   SHUFFLE   <  SKIP 633  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13189Romero, Gloria, R94519ConcordCaliforniaUnited States
21901Taylor, Elizabeth, P97034Lake OswegoOregonUnited States
27249Cox, Emma, R90401Santa MonicaCaliforniaUnited States

Generated 2025-07-12 04:34:19.425 UTC