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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25160Stewart, Mackenzie, C98403TacomaWashingtonUnited States
25380Gonzales, Seth, D98403TacomaWashingtonUnited States
25888Edwards, Morgan, D98403TacomaWashingtonUnited States
26274Wood, Jennifer, L98403TacomaWashingtonUnited States

Generated 2025-10-12 04:35:27.779 UTC