[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 750   <  SKIP 9253  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28595James, Xavier, C91945Lemon GroveCaliforniaUnited States
28775Anderson, Morgan, J91945Lemon GroveCaliforniaUnited States
29274Green, Miguel, A91945Lemon GroveCaliforniaUnited States

Generated 2025-10-09 11:25:14.182 UTC