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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11650Hayes, Caleb91203GlendaleCaliforniaUnited States
11686Edwards, Luke, C91203GlendaleCaliforniaUnited States
11866Scott, Lucas, L91203GlendaleCaliforniaUnited States
11872Patterson, Faith, L91203GlendaleCaliforniaUnited States

Generated 2025-07-19 08:43:13.718 UTC