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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13165Walker, Wyatt, V90712LakewoodCaliforniaUnited States
13335Barnes, Alyssa, S90712LakewoodCaliforniaUnited States
13891Simmons, Aaron90712LakewoodCaliforniaUnited States

Generated 2025-07-11 16:54:43.431 UTC