[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 2421   SHUFFLE   <  SKIP 3466  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24416Jenkins, Oscar, A97301SalemOregonUnited States
21290Torres, Angel97034Lake OswegoOregonUnited States
27203Sanchez, Jennifer, J97205PortlandOregonUnited States

Generated 2025-07-13 12:19:34.215 UTC