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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23674Walker, Jeremiah, A92020El CajonCaliforniaUnited States
23855Watson, Carlos92020El CajonCaliforniaUnited States
24227Phillips, Sara, A92020El CajonCaliforniaUnited States

Generated 2025-07-09 16:34:45.267 UTC