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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17546James, Melanie, V90802Long BeachCaliforniaUnited States
16909Walker, Chloe, M90802Long BeachCaliforniaUnited States
17621Price, Brianna, J90802Long BeachCaliforniaUnited States
17870Price, Melissa, R90802Long BeachCaliforniaUnited States

Generated 2025-07-12 19:23:25.185 UTC