[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 500   <  SKIP 3747  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25844Butler, Riley, M92118CoronadoCaliforniaUnited States
25862Bell, Jared92118CoronadoCaliforniaUnited States
26557Morgan, Katelyn, M92118CoronadoCaliforniaUnited States
26494White, Nicholas, G92118CoronadoCaliforniaUnited States

Generated 2025-07-20 02:24:26.879 UTC