[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 3769  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28789Zhang, Elijah92118CoronadoCaliforniaUnited States
28810Blue, Kaylee, M92118CoronadoCaliforniaUnited States
28827Robinson, Joshua, E92118CoronadoCaliforniaUnited States
28835Phillips, Elijah92118CoronadoCaliforniaUnited States

Generated 2025-07-20 13:45:07.535 UTC