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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14243Winston, Gregory, R97045Oregon CityOregonUnited States
26174Adams, Isaac97301SalemOregonUnited States
11669Simmons, Isabella98403TacomaWashingtonUnited States

Generated 2025-07-20 14:03:10.901 UTC