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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23722Perez, Andrea91203GlendaleCaliforniaUnited States
23825Coleman, Katherine, R91203GlendaleCaliforniaUnited States
24292Brooks, Mackenzie91203GlendaleCaliforniaUnited States
24738Davis, Hannah, L91203GlendaleCaliforniaUnited States

Generated 2025-10-31 00:56:23.967 UTC