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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24766White, Christian, A98403TacomaWashingtonUnited States
24931Miller, Brianna98403TacomaWashingtonUnited States
25160Stewart, Mackenzie, C98403TacomaWashingtonUnited States
25077Clark, Wyatt, M98403TacomaWashingtonUnited States

Generated 2025-10-10 15:10:20.266 UTC