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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23448Peterson, Abigail, L98107BallardWashingtonUnited States
23460Ramos, Javier, W98107BallardWashingtonUnited States
23504Rana, George98107BallardWashingtonUnited States

Generated 2025-07-05 21:09:46.961 UTC