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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13451Browning, Robin, H91502BurbankCaliforniaUnited States
13147Lin, Cedric, C91502BurbankCaliforniaUnited States
13492Foster, Christian, C91502BurbankCaliforniaUnited States
13723Raje, Leonard, D91502BurbankCaliforniaUnited States

Generated 2025-07-10 10:03:43.751 UTC